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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, luke-jr
Date 2009-07-21.21:37:42
SpamBayes Score 8.44255e-05
Marked as misclassified No
Message-id <1248212263.86.0.999635938369.issue6534@psf.upfronthosting.co.za>
In-reply-to
Content
EACCESS is the error code returned by the underlying mkdir system call.
os.mkdir won't change this, as long as an OSError is raised.

You should use another way to check that the directory exists, like 
os.path.isdir("c:\\")
History
Date User Action Args
2009-07-21 21:37:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, luke-jr
2009-07-21 21:37:43amaury.forgeotdarcsetmessageid: <1248212263.86.0.999635938369.issue6534@psf.upfronthosting.co.za>
2009-07-21 21:37:42amaury.forgeotdarclinkissue6534 messages
2009-07-21 21:37:42amaury.forgeotdarccreate