在cmd下打开python shell的tab自动补全功能

简单记录:
    >>> import rlcompleter, readline
    >>> readline.parse_and_bind('tab: complete')
    >>>