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 flox
Recipients Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, python-dev, scoder, tshepang
Date 2012-02-12.12:28:17
SpamBayes Score 0.00023733727
Marked as misclassified No
Message-id <1329049698.57.0.0966129848823.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
There was a discussion in December which ruled out some CPython too specific implementation details from the documentation.
http://mail.python.org/pipermail/python-dev/2011-December/115063.html

Maybe it's better to remove these 2 lines about the "transparent optimizer". Then the "versionchanged" tag can be changed a little:
.. versionchanged:: 3.3
   This module will use a fast implementation whenever available.
   The module :mod:`xml.etree.cElementTree` is deprecated.

Probably we'll add few words in the Doc/whatsnew/3.3.rst too.
History
Date User Action Args
2012-02-12 12:28:18floxsetrecipients: + flox, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky, tshepang, python-dev
2012-02-12 12:28:18floxsetmessageid: <1329049698.57.0.0966129848823.issue13988@psf.upfronthosting.co.za>
2012-02-12 12:28:18floxlinkissue13988 messages
2012-02-12 12:28:17floxcreate