This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Ali Razmjoo, vstinner
Date 2016-02-01.12:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454329483.57.0.738464447199.issue26258@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-02-01 12:24:43vstinnersetrecipients: + vstinner, Ali Razmjoo
2016-02-01 12:24:43vstinnersetmessageid: <1454329483.57.0.738464447199.issue26258@psf.upfronthosting.co.za>
2016-02-01 12:24:43vstinnerlinkissue26258 messages
2016-02-01 12:24:43vstinnercreate