summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-05-11 11:43:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-05-11 11:43:31 (GMT)
commit1c33280c9534180733c595de160919dd86e74659 (patch)
tree94634b5bead1da641297df511d5123911b43b303 /Misc
parentc89a451ae13339d803cad639f2c61af2c67f5fc2 (diff)
parent9845c7ebc5cf5af495123701664f275562f45243 (diff)
downloadcpython-1c33280c9534180733c595de160919dd86e74659.zip
cpython-1c33280c9534180733c595de160919dd86e74659.tar.gz
cpython-1c33280c9534180733c595de160919dd86e74659.tar.bz2
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
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 27b6eee..b80c066 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #21425: Fix flushing of standard streams in the interactive
+ interpreter.
+
- Issue #21435: In rare cases, when running finalizers on objects in cyclic
trash a bad pointer dereference could occur due to a subtle flaw in
internal iteration logic.