commit | 30147710e8d6b2b5aebcf6f774fe289a4918958c | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Tue Aug 28 19:33:26 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Tue Aug 28 19:33:26 2012 +0100 |
tree | aa70457708b93bd0dbe12b1e6d8a17582d12ed71 | |
parent | ca2b64682e2f3c5e3fb2ed150600a73105119e82 [diff] [blame] |
Issue #15784: Modify OSError.__str__() to better distinguish between errno error numbers and Windows error numbers.
diff --git a/Misc/NEWS b/Misc/NEWS index bc091f1..50baf86 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #15784: Modify OSError.__str__() to better distinguish between + errno error numbers and Windows error numbers. + Library -------