summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 10:53:32 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 10:53:32 (GMT)
commit8e2e16e95e1132cdde9a64bcfc1d27120079c749 (patch)
tree6086326777154085abc122c60f429a83a018914f /Misc
parentb78f7f7db09f42efa400de15893fb2bffafdc6cc (diff)
downloadcpython-8e2e16e95e1132cdde9a64bcfc1d27120079c749.zip
cpython-8e2e16e95e1132cdde9a64bcfc1d27120079c749.tar.gz
cpython-8e2e16e95e1132cdde9a64bcfc1d27120079c749.tar.bz2
Merged revisions 81393 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81393 | victor.stinner | 2010-05-21 12:52:08 +0200 (ven., 21 mai 2010) | 3 lines Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct 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 66433e4..f52ec6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Core and Builtins
Library
-------
+- Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the
+ correct encoding
+
- Issue #7507: Quote "!" in pipes.quote(); it is special to some shells.
- Issue #8663: distutils.log emulates backslashreplace error handler. Fix