Baffled by readline module

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 10 00:11:57 EST 2023


On 10/03/23 4:00 pm, 2QdxY4RzWzUUiLuE at potatochowder.com wrote:
> My ~/.pythonrc contains the following:
> 
>      import readline
>      import rlcompleter
>      readline.parse_and_bind( 'tab: complete' )

I don't have a ~/.pythonrc, so that's not what's doing it
for me.

-- 
Greg


More information about the Python-list mailing list