summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-09 21:43:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-09 21:43:09 (GMT)
commitd3afadaa4908df544e0181c11199e59b1bfb5c37 (patch)
tree5b214ec4a85f64411b50dd40499bf9a7691d4a5f /Misc
parentffc08fcad6d91a50224914e94eae6505b2e55548 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 61f91ed..f542bcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.