[issue24811] Unicode character in history breaks history under Windows

2015-08-06 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue24811] Unicode character in history breaks history under Windows

2015-08-06 Thread eryksun
eryksun added the comment: This is a 3rd party issue with the pyreadline module, which already has an open ticket for this problem: https://github.com/pyreadline/pyreadline/issues/30 -- nosy: +eryksun ___ Python tracker

[issue24811] Unicode character in history breaks history under Windows

2015-08-06 Thread zsero
New submission from zsero: Python 3.3+ works really well when using codepage 65001 under Windows/ConEmu. Simply starting it with `chcp 65001` allows both printing and inputting of unicode characters. However, if any such character is ever entered into the history, the history functionality br