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 loewis, vstinner
Date 2010-09-12.21:20:08
SpamBayes Score 1.4198161e-05
Marked as misclassified No
Message-id <201009122320.01853.victor.stinner@haypocalc.com>
In-reply-to <4C8D09F0.7020901@v.loewis.de>
Content
> FindFirst/NextFileA will also do some other interesting conversions,
> such as the best-fit conversion (which the "mbcs" code doesn't do
> (anymore?)).

If we choose to keep this behaviour, I will have to revert my commit on mbcs 
codec to be consistent with os.listdir(). Or at least patch 
PyUnicode_EncodeFSDefault and os.fsencode() (use replace error handler) and 
PyUnicode_DecodeFSDefault and os.fsdecode() (use igrore error handler).
History
Date User Action Args
2010-09-12 21:20:11vstinnersetrecipients: + vstinner, loewis
2010-09-12 21:20:08vstinnerlinkissue9820 messages
2010-09-12 21:20:08vstinnercreate