Message5919

Author zyasoft
Recipients fwierzbicki, mboersma, pjenvey, russell, vanvorst, walton, zyasoft
Date 2010-07-24.15:45:10
SpamBayes Score 0.008378191
Marked as misclassified No
Message-id <1279986311.83.0.483028438427.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
This needs to be in the context of JLine, which we bundle with Jython.

We should have the readline module provide the same API by wrapping JLine appropriately. This also means exposing the JLineConsole, and its ConsoleReader.

Lastly, should we change the logic for org.python.util.jython such that it attempts to use JLineConsole (unless python.console is registered), then fallbacks to InteractiveConsole? The current interactive test logic doesn't seem to work for scripts that have access to the tty, eg something that might want to do getpass.
History
Date User Action Args
2010-07-24 15:45:11zyasoftsetmessageid: <1279986311.83.0.483028438427.issue1133@psf.upfronthosting.co.za>
2010-07-24 15:45:11zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell
2010-07-24 15:45:11zyasoftlinkissue1133 messages
2010-07-24 15:45:10zyasoftcreate