Message6190

Author zyasoft
Recipients alex001, fwierzbicki, mboersma, pjenvey, russell, vanvorst, walton, zyasoft
Date 2010-10-19.03:53:02
SpamBayes Score 0.0039845733
Marked as misclassified No
Message-id <1287460383.42.0.335924017398.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
As I mentioned in #jython:
figured out the ipython colorization. too many ipython installs lying around. it turns out that the os.name fixes i made had this impact of turning *off* colorization. (some complex logic no doubt.) the os.name fixes were necessary prior to the readline fixes i made to support ipython. but now readline does the right thing. but we still need os.name fixes for 1) install, otherwise get "Unsupported operating system: java" ; 2) OS integration

The other change we need here is to tamp down the NotImplementedWarning in readline for unsupported key bindings. Probably just makes this warning visible when debugging. Re-opening the issue for this.
History
Date User Action Args
2010-10-19 03:53:03zyasoftsetmessageid: <1287460383.42.0.335924017398.issue1133@psf.upfronthosting.co.za>
2010-10-19 03:53:03zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell, alex001
2010-10-19 03:53:03zyasoftlinkissue1133 messages
2010-10-19 03:53:02zyasoftcreate