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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, vstinner
Date 2010-04-19.09:22:59
SpamBayes Score 7.344788e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
PEP 277 explicitly states that unicode strings should be passed to wide-character functions, whereas byte strings use "standard" functions.
This is done in posixmodule.c, for example.

The "current locale" is a moving thing.
History
Date User Action Args
2010-04-19 09:23:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner
2010-04-19 09:23:01amaury.forgeotdarcsetmessageid: <[email protected]>
2010-04-19 09:23:00amaury.forgeotdarclinkissue8393 messages
2010-04-19 09:22:59amaury.forgeotdarccreate