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, vstinner
Date 2010-06-11.01:28:48
SpamBayes Score 0.054229263
Marked as misclassified No
Message-id <1276219733.04.0.968271940863.issue850997@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch:
 - decode_mbcs() calls raise_translate_exception() to set the error (in the previous patch, I'm not sure that the error was set)
 - include #8784 patch (tarfile uses utf-8 as the default encoding)
 - ctypes: use mbcs is strict mode instead of ignore mode. This is just a workaround, the real fix is to remove the implicit conversion between bytes and characters: see #8966

The patch requires #8969 patch (use mbcs in strict mode to encode/decode filenames).
History
Date User Action Args
2010-06-11 01:28:53vstinnersetrecipients: + vstinner, loewis, mhammond, ajaksu2, ezio.melotti
2010-06-11 01:28:53vstinnersetmessageid: <1276219733.04.0.968271940863.issue850997@psf.upfronthosting.co.za>
2010-06-11 01:28:51vstinnerlinkissue850997 messages
2010-06-11 01:28:51vstinnercreate