[issue5220] os.makedirs' mode argument has bad default value

Sindre Myren report at bugs.python.org
Tue Jun 15 01:15:34 CEST 2010


Sindre Myren <smyrman at gmail.com> added the comment:

*Sorry.. A bit quick there. The line 
>> os.mkdir('test4')
should have been:
>> os.mkdir('test4', 0777)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5220>
_______________________________________


More information about the Python-bugs-list mailing list