mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add readline.get_pre_input_hook() to retrieve the current pre-input hook. This allows applications to save and restore the hook without overwriting user settings.
3 lines
203 B
ReStructuredText
3 lines
203 B
ReStructuredText
Add :func:`readline.get_pre_input_hook` function to retrieve the current
|
|
pre-input hook. This allows applications to save and restore the hook
|
|
without overwriting user settings. Patch by Sanyam Khurana.
|