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 steven.daprano
Recipients MLModel, eric.araujo, steven.daprano
Date 2012-10-05.15:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349449509.79.0.115813603166.issue8492@psf.upfronthosting.co.za>
In-reply-to
Content
A question came up on Python-ideas about readline apparently missing a standard function. See:

http://mail.python.org/pipermail/python-ideas/2012-October/016329.html

For debugging issues with readline, it would be be very useful to be able to query the current set of bindings. This would also help people avoid accidentally over-writing existing bindings.

I suggest emulating the three bash commands:

bind -p  # List functions and bindings in a form that can be reused as input.
bind -v  # As above for variable names and values.
bind -s  # As above for macros and values.
History
Date User Action Args
2012-10-05 15:05:09steven.dapranosetrecipients: + steven.daprano, eric.araujo, MLModel
2012-10-05 15:05:09steven.dapranosetmessageid: <1349449509.79.0.115813603166.issue8492@psf.upfronthosting.co.za>
2012-10-05 15:05:09steven.dapranolinkissue8492 messages
2012-10-05 15:05:09steven.dapranocreate