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 loewis
Recipients jab, loewis, r.david.murray, smyrman
Date 2010-06-14.23:20:43
SpamBayes Score 0.00076639
Marked as misclassified No
Message-id <4C16B94A.4010908@v.loewis.de>
In-reply-to <1276557206.37.0.557040933884.issue5220@psf.upfronthosting.co.za>
Content
> 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
History
Date User Action Args
2010-06-14 23:20:45loewissetrecipients: + loewis, r.david.murray, jab, smyrman
2010-06-14 23:20:43loewislinkissue5220 messages
2010-06-14 23:20:43loewiscreate