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 scoder
Recipients effbot, flox, pitrou, r.david.murray, scoder
Date 2010-03-07.10:56:42
SpamBayes Score 6.0465522e-06
Marked as misclassified No
Message-id <1267959404.63.0.797557496434.issue8047@psf.upfronthosting.co.za>
In-reply-to
Content
It has been brought up several times that ET is special in the stdlib in that it is an externally maintained package. Correct me if I'm wrong, but the rules seem to be: features come outside, adaptation to Py3 can happen inside. What we are talking about here is a new feature that makes sense for both Py2 and Py3. We are not talking about a bug fix, neither is this an adaptation to Py3. It is a new feature that was added inside of the standard library and that is not compatible with the external libraries that are supposed to implement the same interface, namely, ElementTree and lxml.etree.
History
Date User Action Args
2010-03-07 10:56:44scodersetrecipients: + scoder, effbot, pitrou, r.david.murray, flox
2010-03-07 10:56:44scodersetmessageid: <1267959404.63.0.797557496434.issue8047@psf.upfronthosting.co.za>
2010-03-07 10:56:43scoderlinkissue8047 messages
2010-03-07 10:56:43scodercreate