summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-09-01 23:02:23 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-09-01 23:02:23 (GMT)
commit6c78de55fcb0c0894fd81bc3c9b43a19207fa9c3 (patch)
tree454a29b43f9f72d95b669459014c03c2391f1a2b /Misc
parent22d80bcf1b8696604884825715321def0a980cd6 (diff)
parent979482a3154540ffde1cb0f374cab4421995660d (diff)
downloadcpython-6c78de55fcb0c0894fd81bc3c9b43a19207fa9c3.zip
cpython-6c78de55fcb0c0894fd81bc3c9b43a19207fa9c3.tar.gz
cpython-6c78de55fcb0c0894fd81bc3c9b43a19207fa9c3.tar.bz2
Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script.
And "IDLE: fix some RessourceWarning, reuse tokenize.open()"
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 01b7281..d83c122 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,8 @@ Core and Builtins
Library
-------
+- Issue #12636: IDLE reads the coding cookie when executing a Python script.
+
- Issue #12494: On error, call(), check_call(), check_output() and
getstatusoutput() functions of the subprocess module now kill the process,
read its status (to avoid zombis) and close pipes.