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 lkcl
Recipients cfriedt, hanwen, janneke-sf, lkcl, loewis, nzjrs, rmt38, scott.tsai
Date 2008-09-12.18:35:48
SpamBayes Score 0.0062886295
Marked as misclassified No
Message-id <1221244549.56.0.481383897309.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
posixmodule.c - line 2328:
add this:

#if ( defined(__MINGW32__) || defined(__WATCOMC__) ||
defined(PYCC_VACPP) ) && !defined(__QNX__)
    res = mkdir(path);
#else
    res = mkdir(path, mode);
#endif
History
Date User Action Args
2008-09-12 18:35:49lkclsetrecipients: + lkcl, loewis, hanwen, janneke-sf, rmt38, scott.tsai, nzjrs, cfriedt
2008-09-12 18:35:49lkclsetmessageid: <1221244549.56.0.481383897309.issue1597850@psf.upfronthosting.co.za>
2008-09-12 18:35:49lkcllinkissue1597850 messages
2008-09-12 18:35:48lkclcreate