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 berker.peksag
Recipients BreamoreBoy, Rosuav, berker.peksag, lelit, steven.daprano, twouters
Date 2015-10-11.09:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444554648.52.0.0859319694701.issue22228@psf.upfronthosting.co.za>
In-reply-to
Content
I left a comment on Rietveld. If I remember correctly, Modules/readline.c is basically a wrapper around libreadline and libedit. I'm not sure if we can add custom behaviors likes this. Perhaps we can expose some of the libreadline functions in Modules/readline.c and let users implement(I don't know if it's possible) it in their pythonrc?
History
Date User Action Args
2015-10-11 09:10:48berker.peksagsetrecipients: + berker.peksag, twouters, steven.daprano, BreamoreBoy, Rosuav, lelit
2015-10-11 09:10:48berker.peksagsetmessageid: <1444554648.52.0.0859319694701.issue22228@psf.upfronthosting.co.za>
2015-10-11 09:10:48berker.peksaglinkissue22228 messages
2015-10-11 09:10:48berker.peksagcreate