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 <1222060562.7.0.337266388959.issue3824@psf.upfronthosting.co.za>
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: <1222060562.7.0.337266388959.issue3824@psf.upfronthosting.co.za>
2008-09-22 05:16:01loewislinkissue3824 messages
2008-09-22 05:16:01loewiscreate