On Sat, Aug 03, 2019 at 06:56:16PM +1000, Chris Angelico wrote: > On Sat, Aug 3, 2019 at 6:16 PM Steven D'Aprano <st...@pearwood.info> wrote:
> > py> import > > Display all 492 possibilities? (y or n) > > CDROM change_type_example locale site > > CFRAC chardet logcheck1 smtpd > > DLFCN chunk logcheck2 smtplib > > [... additional lines trimmed for brevity ...] > > > > I had completely forgotten I installed chardet! > > Not in my REPL. What did you do to enable that? Oops! Ha ha, chardet is not the only thing I had forgotten. I have my own custom tab completer installed which completes on import lines as well as file names inside strings. -- Steven _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/32JJDR5BXKQG7PMSGSCDVZWJHMUERKQ3/ Code of Conduct: http://python.org/psf/codeofconduct/