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 lelit
Recipients lelit, steven.daprano
Date 2014-08-19.09:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408441328.29.0.0681426449148.issue22228@psf.upfronthosting.co.za>
In-reply-to
Content
Bash implements an handy extension to the history/readline library called "operate-and-get-next" bound by default to Ctrl-O that lets you repeat an arbitrary sequence of input lines possibly editing some of them.

This patch adapts the extension to the Python readline module.

Since I have no way of testing it against the libedit alternative library, it targets only the real readline library.
History
Date User Action Args
2014-08-19 09:42:08lelitsetrecipients: + lelit, steven.daprano
2014-08-19 09:42:08lelitsetmessageid: <1408441328.29.0.0681426449148.issue22228@psf.upfronthosting.co.za>
2014-08-19 09:42:08lelitlinkissue22228 messages
2014-08-19 09:42:08lelitcreate