[issue4502] Allowing get_pre_input_hook from Readline

2019-02-23 Thread Sanyam Khurana
Sanyam Khurana added the comment: I'm working on applying this patch cleanly and writing a test for this. However, it seems I'm unable to import `readline` in compiled version of Python. I'm trying to provide a path to the installation of readline in my system using LDFLAGS, and then

[issue4502] Allowing get_pre_input_hook from Readline

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- components: +Extension Modules -Library (Lib) stage: - test needed versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4502

[issue4502] Allowing get_pre_input_hook from Readline

2010-06-16 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4502 ___ ___

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
New submission from Conrad.Irwin [EMAIL PROTECTED]: At the moment there is no way of getting the current pre_input_hook out of the readline module, so applications cannot set_pre_input_hook without possibly over-writing users settings (or other parts of the applications settings) I have attached

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
Changes by Conrad.Irwin [EMAIL PROTECTED]: -- type: - feature request ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4502 ___ ___ Python-bugs-list

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
Conrad.Irwin [EMAIL PROTECTED] added the comment: ...wrap the current readline in a pure python module ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4502 ___