[issue4786] xml.etree.ElementTree module name in Python 3

2008-12-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: So let's close this as "won't fix". -- nosy: +benjamin.peterson resolution: -> wont fix status: open -> closed ___ Python tracker ___ __

[issue4786] xml.etree.ElementTree module name in Python 3

2008-12-30 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles added the comment: ElementTree is maintained externally, that's why it wasn't renamed during the stdlib reorganization : http://www.python.org/dev/peps/pep-3108/#open-issues -- nosy: +quentin.gallet-gilles ___ Python tracker

[issue4786] xml.etree.ElementTree module name in Python 3

2008-12-30 Thread David M. Beazley
New submission from David M. Beazley : Not a bug, but a question to developers: Is xml.etree.ElementTree going to be the only standard library module in Python 3.0 that doesn't follow the standard Python 3.0 module naming conventions? (e.g., socketserver, configparser, etc.). Are there any