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

Notes for myself:
 - "Encodes" and "fallback" in .h documentation  => "Encode", "fall back"
 - bootstrap failure on Windows: import did use default error handler, it uses 
surrogateescape error handler, but PyUnicode_EncodeString() doesn't have codec 
"fast-path" for MBCS+surrogateescape.

----------

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

Reply via email to