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

Patch version 4:
 - encode_mbcs() uses WC_NO_BEST_FIT_CHARS flag in strict mode. Examples: ğ and 
ł are not more replaced by g and l
 - encode_mbcs() doesn't set *repr to NULL on encode error: the caller does 
anyway destroy it
 - write more documentation about mbcs, especially about the error handlers and 
the changes in Python 3.2

----------
Added file: http://bugs.python.org/file17690/mbcs_errors-py3k-4.patch

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

Reply via email to