]> granicus.if.org Git - python/commit
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:08:35 +0000 (20:08 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:08:35 +0000 (20:08 +0200)
commit1a6cb30a346ba8812d6abc77fddee636ae06ccff
tree3ba3f519e8e29fd616365fec41803795ba406bf3
parent4c14b5de1cf372e963a4378fc6cb2bca36d24eb8
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__.

(original patch by Éric Araujo)
Doc/library/readline.rst
Doc/library/rlcompleter.rst
Doc/library/site.rst
Doc/library/sys.rst
Doc/tutorial/interactive.rst
Doc/using/cmdline.rst
Lib/site.py
Misc/NEWS
Modules/main.c