diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 01:55:23 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 01:55:23 (GMT) |
commit | e02f8fc44d59886c00d5444ca557a38a9bed2eac (patch) | |
tree | ab1666de99606e0c9fe3e9472e6f0f4c0004de99 /Misc | |
parent | 09a00eb07673a122c09404c7bc32899a8093f6c3 (diff) | |
parent | c9a6ab56cfae90c96c1361314c3c99b32e114446 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |