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, brian.curtin, tim.golden, vstinner
Date 2010-08-19.12:25:39
SpamBayes Score 0.0060771345
Marked as misclassified No
Message-id <1282220741.31.0.751677066442.issue9642@psf.upfronthosting.co.za>
In-reply-to
Content
It's true that for now, MS_WINDOWS implies HAVE_USABLE_WCHAR_T and PyUnicodeObject directly used as a WCHAR array.

I'd prefer a new symbol though. Why not something like HAVE_MBCS_CODEC?
History
Date User Action Args
2010-08-19 12:25:41amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, tim.golden, brian.curtin
2010-08-19 12:25:41amaury.forgeotdarcsetmessageid: <1282220741.31.0.751677066442.issue9642@psf.upfronthosting.co.za>
2010-08-19 12:25:39amaury.forgeotdarclinkissue9642 messages
2010-08-19 12:25:39amaury.forgeotdarccreate