python的shell开启Tab自动补齐功能

import rlcompleter,readline readline.parse_and_bind(‘tab:complete’)

#dns #python