summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-30 13:55:43 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-30 13:55:43 (GMT)
commite6c910e9537d405a11377a478556731b4eaec419 (patch)
tree2c8e4faafe9da3f52de933940ff0f1e085ea6274 /Misc
parentdc9b1ea02eba907ae48cea682a49c5df34d0e19e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9419f67..086c8da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.