]> granicus.if.org Git - python/commit
Issue #15784: Modify OSError.__str__() to better distinguish between
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 28 Aug 2012 18:33:26 +0000 (19:33 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 28 Aug 2012 18:33:26 +0000 (19:33 +0100)
commit30147710e8d6b2b5aebcf6f774fe289a4918958c
treeaa70457708b93bd0dbe12b1e6d8a17582d12ed71
parentca2b64682e2f3c5e3fb2ed150600a73105119e82
Issue #15784: Modify OSError.__str__() to better distinguish between
errno error numbers and Windows error numbers.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c