summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 01:55:23 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 01:55:23 (GMT)
commite02f8fc44d59886c00d5444ca557a38a9bed2eac (patch)
treeab1666de99606e0c9fe3e9472e6f0f4c0004de99 /Misc
parent09a00eb07673a122c09404c7bc32899a8093f6c3 (diff)
parentc9a6ab56cfae90c96c1361314c3c99b32e114446 (diff)
downloadcpython-e02f8fc44d59886c00d5444ca557a38a9bed2eac.zip
cpython-e02f8fc44d59886c00d5444ca557a38a9bed2eac.tar.gz
cpython-e02f8fc44d59886c00d5444ca557a38a9bed2eac.tar.bz2
Issue #24402: Merge input() fix from 3.4 into 3.5
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 be2e1d8..2602876 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #24402: Fix input() to prompt to the redirected stdout when
+ sys.stdout.fileno() fails.
+
- Issue #24806: Prevent builtin types that are not allowed to be subclassed from
being subclassed through multiple inheritance.