Issue #16182: Fix readline begidx, endidx, and use locale encoding
authorMartin Panter <vadmium+py@gmail.com>
Tue, 14 Jun 2016 01:16:16 +0000 (01:16 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Tue, 14 Jun 2016 01:16:16 +0000 (01:16 +0000)
commitf00c49df10f04bf3b40c7d91efb8204068524d8f
tree47a4918397baeadd97cbc154e48869c5bd3e1581
parent19e21e4948c182edc130eb58ea8d1c14cd6d3173
Issue #16182: Fix readline begidx, endidx, and use locale encoding

Based on patch by Serhiy Storchaka.
Lib/test/test_readline.py
Misc/NEWS
Modules/readline.c