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 rbarran
Recipients
Date 2005-12-01.16:39:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1207189

Hi,

Could you provide some example code that shows up the error?
If I understand you correctly, the following should fail:

import os
os.mkdir('c:/temp/a')
os.makedirs('c:/temp/a/b/c')

But it works fine on my WinXP pro SP2 machine.
History
Date User Action Args
2007-08-23 15:44:09adminlinkissue1314067 messages
2007-08-23 15:44:09admincreate