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 vstinner
Recipients ezio.melotti, ncoghlan, r.david.murray, vstinner
Date 2015-04-18.14:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429368670.55.0.1864778911.issue23993@psf.upfronthosting.co.za>
In-reply-to
Content
Updated and better patch: version 2.

- revert changes on fileutils.c: it's not useful to check for check_force_ascii(), because this function is more strict than checking of the LC_CTYPE is "C"
- fix _pyio.py: add sys import
- complete the documentation
- tests pass
History
Date User Action Args
2015-04-18 14:51:10vstinnersetrecipients: + vstinner, ncoghlan, ezio.melotti, r.david.murray
2015-04-18 14:51:10vstinnersetmessageid: <1429368670.55.0.1864778911.issue23993@psf.upfronthosting.co.za>
2015-04-18 14:51:10vstinnerlinkissue23993 messages
2015-04-18 14:51:10vstinnercreate