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 amaury.forgeotdarc, dongying, eli.bendersky, ezio.melotti, flox, python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2013-05-25.12:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369485176.59.0.851797433132.issue13612@psf.upfronthosting.co.za>
In-reply-to
Content
A few notes:

1. If by C API version you mean PyExpat_CAPI_MAGIC, I'm not sure what difference that makes. It has never been updated and it's also being used only in _elementtree. Since the latter is statically compiled against pyexpat, I don't see a reason to touch it.

2. I wouldn't backport it to 2.7; again, not critical enough.

3. Should we open a separate issue for adding support to GBK and similar encodings "sometime in the future"? This issue kind-of got derailed to fix the bug.
History
Date User Action Args
2013-05-25 12:32:56eli.benderskysetrecipients: + eli.bendersky, terry.reedy, amaury.forgeotdarc, vstinner, ezio.melotti, flox, dongying, python-dev, serhiy.storchaka
2013-05-25 12:32:56eli.benderskysetmessageid: <1369485176.59.0.851797433132.issue13612@psf.upfronthosting.co.za>
2013-05-25 12:32:56eli.benderskylinkissue13612 messages
2013-05-25 12:32:56eli.benderskycreate