]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the parent of WindowsError - both the comments in this source file, and the previ...
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 15 Aug 2000 00:37:32 +0000 (00:37 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 15 Aug 2000 00:37:32 +0000 (00:37 +0000)
commit557a044f74fffcb54ba65dd179953e8afe7d8485
treeace467770cf23c8b73a620154e3fb0f37d1542db
parent041307d95c60fd9c7859a6776358ec80282557dd
Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError.
Python/exceptions.c