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

Brad Miller report at bugs.python.org
Wed Mar 11 21:05:28 CET 2009


Brad Miller <bonelake at gmail.com> added the comment:

I hand applied the patch because I hoped it would fix the problem of the 
cursor going all the way to the left of the >>> in the Python shell when 
you press home or ctrl-a.  The patch as it is does not solve this problem 
on the Mac.  I've uploaded the patch as a unified diff to make it easier 
for others who might want to give it a try.

The patch does a great job of scrolling through the history at the current 
prompt.  This is a great improvement!  Thanks.

----------
nosy: +bmiller
Added file: http://bugs.python.org/file13306/PyShell.patch

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


More information about the Python-bugs-list mailing list