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 ajaksu2, ezio.melotti, loewis, mhammond, tim.golden, vstinner
Date 2010-06-16.22:21:01
SpamBayes Score 0.02071479
Marked as misclassified No
Message-id <1276726867.25.0.979254546243.issue850997@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-16 22:21:07vstinnersetrecipients: + vstinner, loewis, mhammond, ajaksu2, tim.golden, ezio.melotti
2010-06-16 22:21:07vstinnersetmessageid: <1276726867.25.0.979254546243.issue850997@psf.upfronthosting.co.za>
2010-06-16 22:21:04vstinnerlinkissue850997 messages
2010-06-16 22:21:04vstinnercreate