Antoine Pitrou <pit...@free.fr> added the comment:

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).

----------
nosy: +loewis, pitrou

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

Reply via email to