Message6190
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. |
|
Date |
User |
Action |
Args |
2010-10-19 03:53:03 | zyasoft | set | messageid: <1287460383.42.0.335924017398.issue1133@psf.upfronthosting.co.za> |
2010-10-19 03:53:03 | zyasoft | set | recipients:
+ zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell, alex001 |
2010-10-19 03:53:03 | zyasoft | link | issue1133 messages |
2010-10-19 03:53:02 | zyasoft | create | |
|