[issue2704] IDLE: Patch to make PyShell behave more like a Terminal interface

Cherniavsky Beni report at bugs.python.org
Thu Jun 5 00:54:06 CEST 2008


Cherniavsky Beni <cben at users.sf.net> added the comment:

The patch logic is very simple: inside the command area Up/Down move
through history.
But what about multi-line editing?  Wouldn't this interfere when you
just want to move between lines in a multi-line command (e.g. a long
``def``)?
I'm afraid the conditional logic needs more refining to be useful.

----------
nosy: +cben

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2704>
_______________________________________


More information about the Python-bugs-list mailing list