Ezio Melotti added the comment:
I'm going to close this, but you can try bringing this up on python-list or
python-ideas to see if there's any existing solution that could perhaps be
included in Python.
--
nosy: +ezio.melotti
resolution: -> postponed
stage: -> resolved
status: open -
New submission from Ali Razmjoo:
Hello,
I using python 2.7.10 on windows and there isn't any problem with this readline
module, but it's not exist in python3.x on windows, is it possible to add it ?
how?
--
messages: 259322
nosy: Ali Razmjoo
priority: normal
severity: normal
status: o
STINNER Victor added the comment:
The Python readline is a thin wrapper on top of the UNIX readline library.
You need a port of the readline library to Windows. There are some ports, but I
don't think that Python can take the responsability to endorse them, ports seem
unofficial.
Example: htt