commit | 0ae29cf6176d3f80c1845cf23716a708acbe598b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 13 22:33:17 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 13 22:33:17 2009 +0000 |
tree | f6f6463670ede6c7e4ab0c15867bfe6c0764e3d8 | |
parent | 652e7076fee59d92d19a0d6e326b9069a2aa09e4 [diff] [blame] |
The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead.
diff --git a/Misc/NEWS b/Misc/NEWS index 4468df6..21b4a9b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- The error detection code in FileIO.close() could fail to reflect the `errno` + value, and report it as -1 instead. + What's New in Python 3.1 alpha 1 ================================