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, loewis, pitrou, vstinner
Date 2009-01-01.23:44:19
SpamBayes Score 0.0005220786
Marked as misclassified No
Message-id <1230853460.54.0.669176028081.issue4035@psf.upfronthosting.co.za>
In-reply-to
Content
Every function of the Windows API comes in pair: an Ansi function (which 
accepts char* names) and a Wide function (which accepts wchar_t* names; 
Py_UNICODE* can be passed as-is)

Don't perform conversion on Windows, just call the proper function.
History
Date User Action Args
2009-01-01 23:44:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, pitrou, vstinner
2009-01-01 23:44:20amaury.forgeotdarcsetmessageid: <1230853460.54.0.669176028081.issue4035@psf.upfronthosting.co.za>
2009-01-01 23:44:19amaury.forgeotdarclinkissue4035 messages
2009-01-01 23:44:19amaury.forgeotdarccreate