Message3606

Author zyasoft
Recipients zyasoft
Date 2008-09-17.16:20:36
SpamBayes Score 1.1349568e-08
Marked as misclassified No
Message-id <1221668437.3.0.451986460773.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
ipython has some explicit dependencies on the underlying OS, which
doesn't work so well on Jython because it's dispatching on os.name
(=='java' on Jython). 

We also need signal support (see #1074)

There are a number of other issues, which Matt Boersma can no doubt
elaborate on!
History
Date User Action Args
2008-09-17 16:20:37zyasoftsetrecipients: + zyasoft
2008-09-17 16:20:37zyasoftsetmessageid: <1221668437.3.0.451986460773.issue1133@psf.upfronthosting.co.za>
2008-09-17 16:20:37zyasoftlinkissue1133 messages
2008-09-17 16:20:36zyasoftcreate