Message146466
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")
----------------- |
|
Date |
User |
Action |
Args |
2011-10-26 23:44:53 | vstinner | set | recipients:
+ vstinner, loewis, amaury.forgeotdarc, python-dev |
2011-10-26 23:44:53 | vstinner | set | messageid: <1319672693.13.0.143753588585.issue13216@psf.upfronthosting.co.za> |
2011-10-26 23:44:52 | vstinner | link | issue13216 messages |
2011-10-26 23:44:52 | vstinner | create | |
|