diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-01 23:02:23 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-01 23:02:23 (GMT) |
commit | 6c78de55fcb0c0894fd81bc3c9b43a19207fa9c3 (patch) | |
tree | 454a29b43f9f72d95b669459014c03c2391f1a2b /Misc | |
parent | 22d80bcf1b8696604884825715321def0a980cd6 (diff) | |
parent | 979482a3154540ffde1cb0f374cab4421995660d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |