anonyprog added the comment:
Sorry for filing this as a bug, I am a fool. I should have read the
documentation for each operating systems' mkdir call more carefully.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
New submission from anonyprog:
Under certain circumstances, creating a directory using os.mkdir then
immediately changing to it using os.chdir fails with a file not found
exception.
Here is some code to demonstrate that. Using the following program with
a parameter of 1 works fine. But anything