STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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")
-----------------

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13216>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to