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 beazley
Recipients beazley
Date 2008-12-30.21:52:58
SpamBayes Score 0.0013445321
Marked as misclassified No
Message-id <1230673980.62.0.10201205304.issue4786@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-30 21:53:00beazleysetrecipients: + beazley
2008-12-30 21:53:00beazleysetmessageid: <1230673980.62.0.10201205304.issue4786@psf.upfronthosting.co.za>
2008-12-30 21:52:59beazleylinkissue4786 messages
2008-12-30 21:52:58beazleycreate