summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-14 01:16:16 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-14 01:16:16 (GMT)
commitf00c49df10f04bf3b40c7d91efb8204068524d8f (patch)
tree47a4918397baeadd97cbc154e48869c5bd3e1581 /Misc
parent19e21e4948c182edc130eb58ea8d1c14cd6d3173 (diff)
downloadcpython-f00c49df10f04bf3b40c7d91efb8204068524d8f.zip
cpython-f00c49df10f04bf3b40c7d91efb8204068524d8f.tar.gz
cpython-f00c49df10f04bf3b40c7d91efb8204068524d8f.tar.bz2
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Based on patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e06ea8..3398a86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,10 @@ Core and Builtins
Library
-------
+- Issue #16182: Fix various functions in the "readline" module to use the
+ locale encoding, and fix get_begidx() and get_endidx() to return code point
+ indexes.
+
What's New in Python 3.5.2 final?
=================================