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
Date 2012-02-11.10:39:15
SpamBayes Score 0.00019770798
Marked as misclassified No
Message-id <1328956757.66.0.539247367144.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
I've pushed this first part, which is just a code refactoring.

I tried to work out a patch for the second part.
The tricky thing is because of xml.etree still using doctests.
The patch for the tests seems to be enough small and readable.

We have small differences between C and Python, about the warnings beeing raised. In general the C implementation do not raise the deprecation warnings. IMHO, this could be fixed later.

Still missing is the patch for the documentation.
History
Date User Action Args
2012-02-11 10:39:18floxsetrecipients: + flox, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky, python-dev
2012-02-11 10:39:17floxsetmessageid: <1328956757.66.0.539247367144.issue13988@psf.upfronthosting.co.za>
2012-02-11 10:39:17floxlinkissue13988 messages
2012-02-11 10:39:16floxcreate