summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-09 21:53:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-09 21:53:27 (GMT)
commit0c7f9c96f5fbe8c445ccd3e2ee315f2e2f45a3ca (patch)
tree0deb207baf2fc47748cb82897cbb5bb445a26dba /Misc
parentae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89 (diff)
downloadcpython-0c7f9c96f5fbe8c445ccd3e2ee315f2e2f45a3ca.zip
cpython-0c7f9c96f5fbe8c445ccd3e2ee315f2e2f45a3ca.tar.gz
cpython-0c7f9c96f5fbe8c445ccd3e2ee315f2e2f45a3ca.tar.bz2
Merged revisions 75299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r75299 | benjamin.peterson | 2009-10-09 16:43:09 -0500 (Fri, 09 Oct 2009) | 1 line normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does ........
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 4e55a61..1d8d744 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Make tokenize.detect_coding() normalize utf-8 and iso-8859-1 variants like the
+ builtin tokenizer.
+
- Issue #7048: Force Decimal.logb to round its result when that result
is too large to fit in the current precision.