Issue 4786: xml.etree.ElementTree module name in Python 3 (original) (raw)
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 plans to rename it to xml.etree.elementtree?
Just curious.