Ezio Melotti <ezio.melo...@gmail.com> added the comment:

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).

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to