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 anand.jeyahar
Recipients MLModel, anand.jeyahar, asvetlov, eric.araujo, steven.daprano
Date 2012-10-11.20:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349989177.99.0.344263563155.issue8492@psf.upfronthosting.co.za>
In-reply-to
Content
Here's what the original maintainer chet romney had to say about this functionality not being a part of readline, and should be implemented by the calling application. From Chet Ramey:
----------
The answer is that this is very similar to the operate-and-get-next
feature bash adds to the readline interface. I am not inclined to add this to
readline in its current form because it manipulates state managed by
the calling application (rl_startup_hook) and requires that state to be
kept between calls to readline(). It's a feature that should be provided
by the calling application -- it's implementation is not complicated.
History
Date User Action Args
2012-10-11 20:59:38anand.jeyaharsetrecipients: + anand.jeyahar, eric.araujo, MLModel, steven.daprano, asvetlov
2012-10-11 20:59:37anand.jeyaharsetmessageid: <1349989177.99.0.344263563155.issue8492@psf.upfronthosting.co.za>
2012-10-11 20:59:37anand.jeyaharlinkissue8492 messages
2012-10-11 20:59:37anand.jeyaharcreate