Message6175

Author zyasoft
Recipients alex001, fwierzbicki, mboersma, pjenvey, russell, vanvorst, walton, zyasoft
Date 2010-10-17.05:13:24
SpamBayes Score 2.7826281e-05
Marked as misclassified No
Message-id <1287292408.71.0.619123406241.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
Just committed r7153 which fixes up readline so that it can be used by ipython. Still lacks support for readline.parse_and_bind, but that's pretty minor. This means that for now you have to create a copy of the properties file, see msg5952

The other requirement is to specifically make it interactive:
jython -i ipython.py

I haven't been able to figure out a workaround on determining this (see org.python.util.jython).

ipython also needs to be patched, specifically its use of os.name. If os.name == 'java', it should be using os._name instead. This seems to be the extent of it, so hopefully it can be pushed into ipython reasonably soon. See the patch.
History
Date User Action Args
2010-10-17 05:13:28zyasoftsetmessageid: <1287292408.71.0.619123406241.issue1133@psf.upfronthosting.co.za>
2010-10-17 05:13:28zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell, alex001
2010-10-17 05:13:28zyasoftlinkissue1133 messages
2010-10-17 05:13:27zyasoftcreate