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 eli.bendersky
Recipients Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, python-dev, scoder, tshepang
Date 2012-02-12.04:35:55
SpamBayes Score 0.002115811
Marked as misclassified No
Message-id <1329021356.15.0.525441691188.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
Florent,

Just something minor I noticed in the new cElementTree.py:

  # Wrapper module for _elementtree

  from xml.etree.ElementTree import *
  # Not in __all__
  from xml.etree.ElementTree import ElementPath, XMLID, register_namespace

The "wrapper" comment should be removed, and possibly replaced with "This module exists for backwards compatibility with releases earlier than 3.3; Please import xml.etree.ElementTree directly"

Also, regarding the names not in __all__. Any good reason for them not to be? Seems like an omission to me.
History
Date User Action Args
2012-02-12 04:35:56eli.benderskysetrecipients: + eli.bendersky, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, flox, tshepang, python-dev
2012-02-12 04:35:56eli.benderskysetmessageid: <1329021356.15.0.525441691188.issue13988@psf.upfronthosting.co.za>
2012-02-12 04:35:55eli.benderskylinkissue13988 messages
2012-02-12 04:35:55eli.benderskycreate