Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to