Message6175
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. |
|
Date |
User |
Action |
Args |
2010-10-17 05:13:28 | zyasoft | set | messageid: <1287292408.71.0.619123406241.issue1133@psf.upfronthosting.co.za> |
2010-10-17 05:13:28 | zyasoft | set | recipients:
+ zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell, alex001 |
2010-10-17 05:13:28 | zyasoft | link | issue1133 messages |
2010-10-17 05:13:27 | zyasoft | create | |
|