This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, python-dev, scoder, tshepang
Date 2012-02-13.12:34:52
SpamBayes Score 1.1302339e-05
Marked as misclassified No
Message-id <1329136492.99.0.581354976096.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
Now the merge is done. Thank you Eli for the effort, and to the other contributors for the review.

Following topics may need further work:

 - add a Deprecation warning for cElementTree? it will annoy the package maintainers which support both 3.2 and >= 3.3, because either they'll use the non-accelerated version in 3.2, or they will have the Deprecation warning in 3.3 ... IMHO, it's better to do nothing, and just keep the mention in the documentation that it is deprecated.

 - raise the Deprecation warnings for the functions and methods which are marked as deprecated in the documentation (the Python code does it, but not the C accelerator)

 - convert _elementtree.c Python bootstrap code to C

 - refactor the test suite


These topics are not high priority. A specific issue should be opened if any of them require some attention.
History
Date User Action Args
2012-02-13 12:34:53floxsetrecipients: + flox, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky, tshepang, python-dev
2012-02-13 12:34:52floxsetmessageid: <1329136492.99.0.581354976096.issue13988@psf.upfronthosting.co.za>
2012-02-13 12:34:52floxlinkissue13988 messages
2012-02-13 12:34:52floxcreate