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 pitrou
Recipients georg.brandl, l0nwlf, loewis, pitrou, twhitema
Date 2010-04-09.12:34:16
SpamBayes Score 5.514096e-06
Marked as misclassified No
Message-id <1270816458.9.0.923243737085.issue8350@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring looks right to me. "mode=0777" doesn't mean it takes a keyword argument, only that this argument has a default value.

You might want to fix posixmodule to accept keyword arguments, but it should probably be done for all functions then. An mkdir-specific patch would have little point IMO (after all it takes only two args, there's hardly any risk of confusion).
History
Date User Action Args
2010-04-09 12:34:19pitrousetrecipients: + pitrou, loewis, georg.brandl, twhitema, l0nwlf
2010-04-09 12:34:18pitrousetmessageid: <1270816458.9.0.923243737085.issue8350@psf.upfronthosting.co.za>
2010-04-09 12:34:17pitroulinkissue8350 messages
2010-04-09 12:34:16pitroucreate