On Sat, Aug 3, 2019 at 6:16 PM Steven D'Aprano <[email protected]> wrote: > > On Fri, Aug 02, 2019 at 02:16:52PM -0400, Dan Sommers wrote: > > > I agree, but that's assuming that you "know" what's there and just have > > to be reminded. IMO, it helps less with discovering new functions, and > > even less than that when it comes to discovering "new" python modules. > > Pressing tab twice after the word import: > > 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? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/SZPMPVJCY3GUVLQG35CLK5I74YGCBDZ4/ Code of Conduct: http://python.org/psf/codeofconduct/
