[issue26258] readline module for python 3.x on windows

STINNER Victor report at bugs.python.org
Mon Feb 1 07:24:43 EST 2016


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: http://gnuwin32.sourceforge.net/packages/readline.htm -- last release 8 years ago...

MinGW & Cygwin have readline on Windows, but it's a different tool chain (GCC) than the current toolchain used by Python on Windows (Visual Studio).

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26258>
_______________________________________


More information about the Python-bugs-list mailing list