Message2944

Author nduboc
Recipients
Date 2007-10-22.11:25:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In Jython 2.2.1, ReadlineConsole.java uses Readline.parseAndBind to inhibit file names completion on Tab in the interactive interpreter. This method only works for the pure Readline implementation.

The joined patch uses another method to inhibit completion that works with GnuReadline and Editline implementation.

The Debian package of Jython relies on Editline for license reasons. I'm about to upload version 2.2.1 into Debian and it will include this fix.

Please consider this patch for the next Jython version.

Regards,
History
Date User Action Args
2008-02-20 17:18:52adminlinkissue1817799 messages
2008-02-20 17:18:52admincreate