On Thu, 26 Aug 2010 23:07:13 +0200 (CEST)
brett.cannon <[email protected]> wrote:
> Author: brett.cannon
> Date: Thu Aug 26 23:07:13 2010
> New Revision: 84329
> 
> Log:
> OSError is the exception raised when one tries to create a directory that
> already exists, not IOError.

It's probably simpler to catch all of them at once using
EnvironmentError.
(and see PEP 3151 :-))

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to