Message2529

Author cgroves
Recipients
Date 2006-07-15.07:09:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
2008-02-20 17:18:33adminlinkissue1522926 messages
2008-02-20 17:18:33admincreate