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 ncoghlan
Recipients larry, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2014-02-04.10:53:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391511219.39.0.129581367419.issue20404@psf.upfronthosting.co.za>
In-reply-to
Content
v3:

- prefix for internal helper APIs is now _PyCodecInfo_ to better distinguish them from the ones that take an encoding name
- error check is now just for "is not a text encoding"
- tweaked the name and comment in the error test to be clear that it is codecs that are not marked as text encodings that are rejected, not just binary transforms
- fixed indentation of multi-line expression in _pyio.py
History
Date User Action Args
2014-02-04 10:53:39ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, larry, serhiy.storchaka
2014-02-04 10:53:39ncoghlansetmessageid: <1391511219.39.0.129581367419.issue20404@psf.upfronthosting.co.za>
2014-02-04 10:53:39ncoghlanlinkissue20404 messages
2014-02-04 10:53:39ncoghlancreate