Issue1522926

classification
Title: implementation of readline module using java-readline
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords: patch

Created on 2006-07-15.07:09:04 by cgroves, last changed 2006-07-15.07:09:04 by cgroves.

Files
File name Uploaded Description Edit Remove
readline.py cgroves, 2006-07-15.07:09:04
Messages
msg2529 (view) Author: Charlie Groves (cgroves) Date: 2006-07-15.07:09:04
Quite a while back Mark Asbach posted a python
implementation of readline from CPython using
java-readline(http://sourceforge.net/mailarchive/forum.php?thread_id=5904385&forum_id=5587).
   The readline.py file linked in his post has gone
away now, but I emailed him and he kindly dug it up off
a tape archive and sent it to me.  It's attached here.  

It'd be nice if we added it to Jython proper since it
covers for the readline module in CPython.  It'd just
have to come with the caveat that it depends on
java-readline.  I don't think this is that big of a
deal since readline in CPython has the same kind of
dependency on gnu readline existing.
History
Date User Action Args
2006-07-15 07:09:04cgrovescreate