summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-07-27 05:16:31 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-07-27 05:16:31 (GMT)
commitd98646e43096053ee13f5a9a6af38f8c723b1aaf (patch)
tree270481c64f561bd75fae76b17c7a47bca207e5f1 /Misc
parent45686b472bf1f9e5ce1ef6953c4b123d271b2dc7 (diff)
downloadcpython-d98646e43096053ee13f5a9a6af38f8c723b1aaf.zip
cpython-d98646e43096053ee13f5a9a6af38f8c723b1aaf.tar.gz
cpython-d98646e43096053ee13f5a9a6af38f8c723b1aaf.tar.bz2
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
given as a low fd, it gets overwritten.
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 ed8511d..7da5eaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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.