#16135: Removal of OS/2 support (Modules/*)

This commit is contained in:
Jesus Cea 2012-10-05 02:11:36 +02:00
parent ab70e2ab32
commit 14c81aba50
11 changed files with 4 additions and 157 deletions

View file

@ -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 */