mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#16135: Removal of OS/2 support (Modules/*)
This commit is contained in:
parent
ab70e2ab32
commit
14c81aba50
11 changed files with 4 additions and 157 deletions
|
|
@ -901,10 +901,6 @@ setup_readline(void)
|
|||
using_history();
|
||||
|
||||
rl_readline_name = "python";
|
||||
#if defined(PYOS_OS2) && defined(PYCC_GCC)
|
||||
/* Allow $if term= in .inputrc to work */
|
||||
rl_terminal_name = getenv("TERM");
|
||||
#endif
|
||||
/* Force rebind of TAB to insert-tab */
|
||||
rl_bind_key('\t', rl_insert);
|
||||
/* Bind both ESC-TAB and ESC-ESC to the completion function */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue