Roundup Tracker - Issues

Message7961

Author rouilj
Recipients rouilj
Date 2024-03-10.17:40:52
Message-id <1710092452.32.0.180501401389.issue2551326@roundup.psfhosted.org>
In-reply-to
Since readline doc is sparse, Examples:

   https://stackoverflow.com/questions/5637124/tab-completion-in-pythons-raw-
input/5638688#5638688

also look at the rl package:

 https://rl.readthedocs.io/en/stable/overview.html

readline as provided in the standard library is missing some things. E.g. you can set
variables for use in the init file. rl claims to have extended api access to better
match the full GNU readline api.
History
Date User Action Args
2024-03-10 17:40:52rouiljsetmessageid: <1710092452.32.0.180501401389.issue2551326@roundup.psfhosted.org>
2024-03-10 17:40:52rouiljsetrecipients: + rouilj
2024-03-10 17:40:52rouiljlinkissue2551326 messages
2024-03-10 17:40:52rouiljcreate