[issue6534] os.makedirs returns EACCES for C:\

2009-07-21 Thread Luke-Jr
New submission from Luke-Jr luke...@users.sourceforge.net: Should return EEXIST or EISDIR provided C:\ actually exists -- components: Windows messages: 90764 nosy: luke-jr severity: normal status: open title: os.makedirs returns EACCES for C:\ type: behavior versions: Python 2.5

[issue6534] os.makedirs returns EACCES for C:\

2009-07-21 Thread Luke-Jr
Luke-Jr luke...@users.sourceforge.net added the comment: At least fix the documentation, then... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6534 ___

[issue6534] os.makedirs returns EACCES for C:\

2009-07-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: The documentation carefully don't specify the possible values of errno of the exceptions. What do you want to fix? -- ___ Python tracker rep...@bugs.python.org