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 ocean-city
Recipients brian.curtin, loewis, ocean-city
Date 2010-08-10.16:11:08
SpamBayes Score 0.002233639
Marked as misclassified No
Message-id <1281456669.83.0.514427968855.issue9318@psf.upfronthosting.co.za>
In-reply-to
Content
PC/pyconfig.h: no more needed. fixed in posixmodule.c
Python/import.c: my patch was wrong. we should use _mkdir(const char*)
on windows. there is deprecated function mkdir(const char*), but it
doesn't take mode_t as parameter. so maybe it is unsafe to call with mkdir(dirpath, dirmode) on windows.
History
Date User Action Args
2010-08-10 16:11:09ocean-citysetrecipients: + ocean-city, loewis, brian.curtin
2010-08-10 16:11:09ocean-citysetmessageid: <1281456669.83.0.514427968855.issue9318@psf.upfronthosting.co.za>
2010-08-10 16:11:08ocean-citylinkissue9318 messages
2010-08-10 16:11:08ocean-citycreate