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 eric.smith
Recipients eric.smith, mark.dickinson, mrabarnett, r.david.murray, skrah
Date 2009-12-02.13:58:16
SpamBayes Score 0.00077756995
Marked as misclassified No
Message-id <1259762297.54.0.254313437211.issue7327@psf.upfronthosting.co.za>
In-reply-to
Content
In trunk, Modules/_localemodule.c also treats these as "string of char",
so at least we're consistent.

In py3k, mbstowcs is used and the result passed to PyUnicode_FromWideChar.

I'm not sure how you'd address this in locale in trunk, or if we want to
do something similar in localeutil.h in trunk (for the Unicode case).
History
Date User Action Args
2009-12-02 13:58:17eric.smithsetrecipients: + eric.smith, mark.dickinson, mrabarnett, r.david.murray, skrah
2009-12-02 13:58:17eric.smithsetmessageid: <1259762297.54.0.254313437211.issue7327@psf.upfronthosting.co.za>
2009-12-02 13:58:16eric.smithlinkissue7327 messages
2009-12-02 13:58:16eric.smithcreate