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 amaury.forgeotdarc, loewis, ocean-city
Date 2008-09-22.05:16:01
SpamBayes Score 2.1367925e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I didn't mean to suggest that a new codec is created; instead, mbstowcs
should be called directly in grpmodule.c.

By default, mbstowcs will use ASCII, so it is likely to fail - you would
need to call setlocale first.
History
Date User Action Args
2008-09-22 05:16:03loewissetrecipients: + loewis, amaury.forgeotdarc, ocean-city
2008-09-22 05:16:02loewissetmessageid: <[email protected]>
2008-09-22 05:16:01loewislinkissue3824 messages
2008-09-22 05:16:01loewiscreate