]> granicus.if.org Git - python/commit
When catching errors from os.rmdir(), test for os.error, not IOError!
authorGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 05:46:17 +0000 (05:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 05:46:17 +0000 (05:46 +0000)
commitca956e2e47f6b2bcaeed824a500cac269db750ba
tree6d1a4a0671d76ff2c35dfe5baf2d782f503251b0
parentfe010e41cc4ffced894b3c1ab09c4d46caee12b1
When catching errors from os.rmdir(), test for os.error, not IOError!
Lib/test/test_mailbox.py