I started using it on one of my programs a while back. Ever since, whenever I type the tab key on a console (cmd.exe instance) with python running, I get a readline internal
C:\SP_CI_PROGRAMS\Languages\Python\3.6.1\Lib\rlcompleter.pycode C:\SP_CI_PROGRAMS\Languages\Python\3.6.1\Lib\rlcompleter.pyline 80 which traceback tell us79) like bellow and It will works...
if _readline_available: ## The old one is ##
if hasattr(readline, 'redisplay'): # if _readline_available:
readline.insert_text('\t') # readline.insert_text('\t')
readline.redisplay() # readline.redisplay()
return '' # return ''
...
Do not forget to relaunch your python terminal