Hi All,
I have implemented a rich text console , using the IConsole
interface.
Still has bugs, but helps noobs like me in locating methods
in a module by simulating intellisense.
Also has support for up & down arrow keys to scroll through
history & the default copy paste of Rich Text bo
Hi,
I've noticed that IronPython doesn't yet support the Python2.4 "tuple"
syntax when using "from X import (...)", I'm sure this is probably
somewhere on the list of "Python2.4 compatability stuff to do".
I've attached a patch adding support for this.
--
Jonathan
diff -ru IronPython-0.7.6-ori