diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-01 23:00:40 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-01 23:00:40 (GMT) |
commit | 979482a3154540ffde1cb0f374cab4421995660d (patch) | |
tree | d62bfc669116b4425e2fc3afb224b1058119458b /Misc | |
parent | 85c6772aecd9cdcd87c9f4ede62dce041f581890 (diff) | |
download | cpython-979482a3154540ffde1cb0f374cab4421995660d.zip cpython-979482a3154540ffde1cb0f374cab4421995660d.tar.gz cpython-979482a3154540ffde1cb0f374cab4421995660d.tar.bz2 |
Issue #12636: IDLE reads the coding cookie when executing a Python script.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Core and Builtins Library ------- +- Issue #12636: IDLE reads the coding cookie when executing a Python script. + - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi now respect a --skip-build option given to bdist. |