[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: As I discussed with you on IRC, the problem is, we have 129 files with sites that need examining. I was advised that creating 129 issues on the tracker was a bad idea. So I had to combine them together somehow. I wrote a Python script to group them into bun

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, what's the strange idea to group unrelated modules together? -- ___ Python tracker ___ ___ Pyt

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- title: Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic Added file: http://bugs.python.org/file33355/etree_clinic.patch __

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Can you refresh the patch? The comments Argument Clinic uses were all changed. I'll review when you have a fresh patch. And I'll look at __init__ and subelement then. -- title: Convert the ElementTree module to use Argument Clinic -> Derby: Convert