summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-03-13 22:33:17 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2009-03-13 22:33:17 +0000
commit0ae29cf6176d3f80c1845cf23716a708acbe598b (patch)
treef6f6463670ede6c7e4ab0c15867bfe6c0764e3d8 /Misc
parent652e7076fee59d92d19a0d6e326b9069a2aa09e4 (diff)
downloadcpython-git-0ae29cf6176d3f80c1845cf23716a708acbe598b.tar.gz
The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4468df6f1c..21b4a9b993 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
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
================================