Martin v. Löwis <mar...@v.loewis.de> added the comment:

> I (as a programmer) have never seen the specific code for python's
> mkdir function, And I have no way to know whether I should presume
> that mkdir in python works the same way as the gnu command or not.
> Unless it is documented that is.

You should assume that Python's mkdir does the same as Linux' mkdir 
system call (which is different from the mkdir utility). You can
see mkdir's document with "man 2 mkdir", or on

http://linux.die.net/man/2/mkdir

----------

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

Reply via email to