commit | d3afadaa4908df544e0181c11199e59b1bfb5c37 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Oct 09 21:43:09 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Oct 09 21:43:09 2009 +0000 |
tree | 5b214ec4a85f64411b50dd40499bf9a7691d4a5f | |
parent | ffc08fcad6d91a50224914e94eae6505b2e55548 [diff] [blame] |
normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does
diff --git a/Misc/NEWS b/Misc/NEWS index 61f91ed..f542bcb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,9 @@ 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.