diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-09 21:53:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-09 21:53:27 (GMT) |
commit | 0c7f9c96f5fbe8c445ccd3e2ee315f2e2f45a3ca (patch) | |
tree | 0deb207baf2fc47748cb82897cbb5bb445a26dba /Misc | |
parent | ae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |