[issue22228] Adapt bash readline operate-and-get-next function

Lele Gaifax report at bugs.python.org
Tue Aug 19 11:42:08 CEST 2014


New submission from Lele Gaifax:

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.

----------
files: readline.patch
keywords: patch
messages: 225523
nosy: lelit, steven.daprano
priority: normal
severity: normal
status: open
title: Adapt bash readline operate-and-get-next function
type: enhancement
Added file: http://bugs.python.org/file36414/readline.patch

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


More information about the Python-bugs-list mailing list