diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-09 21:43:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-09 21:43:09 (GMT) |
commit | d3afadaa4908df544e0181c11199e59b1bfb5c37 (patch) | |
tree | 5b214ec4a85f64411b50dd40499bf9a7691d4a5f /Misc | |
parent | ffc08fcad6d91a50224914e94eae6505b2e55548 (diff) | |
download | cpython-d3afadaa4908df544e0181c11199e59b1bfb5c37.zip cpython-d3afadaa4908df544e0181c11199e59b1bfb5c37.tar.gz cpython-d3afadaa4908df544e0181c11199e59b1bfb5c37.tar.bz2 |
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
@@ -87,6 +87,9 @@ C-API 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. |