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 ezio.melotti
Recipients effbot, eli.bendersky, ezio.melotti, flox, scoder
Date 2012-02-10.16:07:43
SpamBayes Score 4.6869803e-07
Marked as misclassified No
Message-id <1328890064.46.0.759313791473.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
A note in the doc is easy to miss IMHO, and since DeprecationWarnings are silenced by default, I don't think they will affect the final users.

A different "problem" is that developers will have to check for the Python version if they want to use ElementTree on Python >=3.3 and keep using cElementTree on <3.3 (unless another way is provided).

If possible I would avoid pyElementTree, and keep ElementTree that imports from _elementtree and the deprecated cElementTree (until it can be removed).
History
Date User Action Args
2012-02-10 16:07:44ezio.melottisetrecipients: + ezio.melotti, effbot, scoder, eli.bendersky, flox
2012-02-10 16:07:44ezio.melottisetmessageid: <1328890064.46.0.759313791473.issue13988@psf.upfronthosting.co.za>
2012-02-10 16:07:43ezio.melottilinkissue13988 messages
2012-02-10 16:07:43ezio.melotticreate