This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cben
Recipients cben, kbk, roger.serwy, terry.reedy
Date 2008-06-04.22:54:03
SpamBayes Score 0.25205076
Marked as misclassified No
Message-id <1212620046.39.0.15055545432.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-04 22:54:06cbensetspambayes_score: 0.252051 -> 0.25205076
recipients: + cben, terry.reedy, kbk, roger.serwy
2008-06-04 22:54:06cbensetspambayes_score: 0.252051 -> 0.252051
messageid: <1212620046.39.0.15055545432.issue2704@psf.upfronthosting.co.za>
2008-06-04 22:54:05cbenlinkissue2704 messages
2008-06-04 22:54:04cbencreate