]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
OSError is the exception raised when one tries to create a directory that
authorBrett Cannon <bcannon@gmail.com>
Thu, 26 Aug 2010 21:07:13 +0000 (21:07 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 26 Aug 2010 21:07:13 +0000 (21:07 +0000)
commita7ceeb335f231269e7905597e6bd15ff0e302bd0
treec3da22022d9c6bbccbf069ab640340bc09e8d666
parent816756182e831cd51313085077b584ed150e00d7
OSError is the exception raised when one tries to create a directory that
already exists, not IOError.

Part of the continuing saga of issue #9572.
Lib/importlib/_bootstrap.py