summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-08 20:46:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-08 20:46:42 (GMT)
commitbddc9fe22bb5d78bfb3db891d3b2d56d963f6e04 (patch)
tree288b4befeda79e4e2c81c06200f712f3d8ffd952 /Misc
parentc17f17294fb31967b52b5b7039d7587e0f82c3bb (diff)
downloadcpython-bddc9fe22bb5d78bfb3db891d3b2d56d963f6e04.zip
cpython-bddc9fe22bb5d78bfb3db891d3b2d56d963f6e04.tar.gz
cpython-bddc9fe22bb5d78bfb3db891d3b2d56d963f6e04.tar.bz2
Issue #5319: Print an error if flushing stdout fails at interpreter
shutdown.
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 294382c..9f3d80a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 2?
Core and Builtins
-----------------
+- Issue #5319: Print an error if flushing stdout fails at interpreter
+ shutdown.
+
- Issue #9337: The str() of a float or complex number is now identical
to its repr().