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 amaury.forgeotdarc, loewis, python-dev, vstinner
Date 2011-10-26.23:44:52
SpamBayes Score 0.0093301525
Marked as misclassified No
Message-id <1319672693.13.0.143753588585.issue13216@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/encodings/cp65001.py uses a little trick to mark the codec as specific to Windows:
-----------------
if not hasattr(codecs, 'code_page_encode'):
    raise LookupError("cp65001 encoding is only available on Windows")
-----------------
History
Date User Action Args
2011-10-26 23:44:53vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, python-dev
2011-10-26 23:44:53vstinnersetmessageid: <1319672693.13.0.143753588585.issue13216@psf.upfronthosting.co.za>
2011-10-26 23:44:52vstinnerlinkissue13216 messages
2011-10-26 23:44:52vstinnercreate