summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 11:24:47 +0200
committerGeorg Brandl <georg@python.org>2013-05-12 11:24:47 +0200
commit831ae8454d6acc00c110e75f7a756cbfb071fe25 (patch)
tree24d868511731d47992b65ea5da5983f6d5970000 /Misc
parentaa6f688bd4f02b5d50c26cf649172672c1546d12 (diff)
parent0d4931eb9e35a37ea8b116b408082326a80c16c2 (diff)
downloadcpython-git-831ae8454d6acc00c110e75f7a756cbfb071fe25.tar.gz
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c74107622a..a2da8e03d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@ Library
IDLE
----
+- Issue #17838: Allow sys.stdin to be reassigned.
+
- Issue #13495: Avoid loading the color delegator twice in IDLE.
- Issue #17798: Allow IDLE to edit new files when specified on command line.