diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-30 13:55:43 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-30 13:55:43 (GMT) |
commit | e6c910e9537d405a11377a478556731b4eaec419 (patch) | |
tree | 2c8e4faafe9da3f52de933940ff0f1e085ea6274 /Misc | |
parent | dc9b1ea02eba907ae48cea682a49c5df34d0e19e (diff) | |
download | cpython-e6c910e9537d405a11377a478556731b4eaec419.zip cpython-e6c910e9537d405a11377a478556731b4eaec419.tar.gz cpython-e6c910e9537d405a11377a478556731b4eaec419.tar.bz2 |
Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
read the Python script from the right encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Core and Builtins Library ------- +- Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, + to read the Python script from the right encoding. + - Issue #12451: distutils now opens the setup script in binary mode to read the encoding cookie, instead of opening it in UTF-8. |