Steven D'Aprano <[email protected]> writes: > One readline feature I know of which I would love to see supported in > the REPL is the "execute and next line" command. On my bash system, it > is Ctrl-O.
I implemented and offered the feature, but unfortunately it is just a couple of lines copied from bash, and that being GPL was considered unfair to be relicensed under current Python license. Maybe sooner or later I will try to repackage it as a standalone extension. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
