summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 21:08:11 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 21:08:11 (GMT)
commitcf534817adc49b2562d175fabd3e3992d25063fe (patch)
treed2cb18e71d6b5cc25384146751b00c2172a327b6 /Misc
parent9e1af03fbb2a9fc1472ac866add02c99b0c88b16 (diff)
parentfc662ddda2bfd43b10c0a4f8a814e36445f22515 (diff)
downloadcpython-cf534817adc49b2562d175fabd3e3992d25063fe.zip
cpython-cf534817adc49b2562d175fabd3e3992d25063fe.tar.gz
cpython-cf534817adc49b2562d175fabd3e3992d25063fe.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd3b878..fa91d17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,15 @@ Core and Builtins
Library
-------
+- Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
+ given as a low fd, it gets overwritten.
+
+- Issue #12590: IDLE editor window now always displays the first line
+ when opening a long file. With Tk 8.5, the first line was hidden.
+
+- Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscates)
+ Connection:close header.
+
- Issue #1813: Fix codec lookup under Turkish locales.
- Issue #12591: Improve support of "universal newlines" in the subprocess