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 loewis
Recipients loewis, vstinner
Date 2010-09-12.21:44:59
SpamBayes Score 0.00013939175
Marked as misclassified No
Message-id <4C8D49DA.7040101@v.loewis.de>
In-reply-to <201009122320.01853.victor.stinner@haypocalc.com>
Content
> 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).

I think trying to emulate, in Python, what the *A functions do is
futile. IIUC, disables WC_NO_BEST_FIT_CHARS, and may do other stuff
which apparently is undocumented.

However, I fail to see the relationship to this issue. Having the MBCS
codec support strict mode is a good thing.
History
Date User Action Args
2010-09-12 21:45:02loewissetrecipients: + loewis, vstinner
2010-09-12 21:45:00loewislinkissue9820 messages
2010-09-12 21:44:59loewiscreate