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 Rhamphoryncus, ajaksu2, amaury.forgeotdarc, benjamin.peterson, collinwinter, eric.smith, ezio.melotti, gvanrossum, jafo, jimjjewett, lemburg, orivej, pitrou, rhettinger, terry.reedy
Date 2010-01-10.22:27:34
SpamBayes Score 0.00037467855
Marked as misclassified No
Message-id <1263162456.08.0.552290394242.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
> Base type Unicode buffers end with a null-Py_UNICODE termination,
> but this is not used anywhere, AFAIK
On Windows, code like 
   CreateDirectoryW(PyUnicode_AS_UNICODE(po), NULL)
is very common, at least in posixmodule.c.
History
Date User Action Args
2010-01-10 22:27:36amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, gvanrossum, collinwinter, rhettinger, terry.reedy, jafo, jimjjewett, Rhamphoryncus, pitrou, eric.smith, ajaksu2, benjamin.peterson, orivej, ezio.melotti
2010-01-10 22:27:36amaury.forgeotdarcsetmessageid: <1263162456.08.0.552290394242.issue1943@psf.upfronthosting.co.za>
2010-01-10 22:27:34amaury.forgeotdarclinkissue1943 messages
2010-01-10 22:27:34amaury.forgeotdarccreate