This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients eric.snow, georg.brandl, iritkatriel, josh.r, louielu, serhiy.storchaka, xdegaye
Date 2021-08-02.13:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627911968.13.0.859666314073.issue20703@roundup.psfhosted.org>
In-reply-to
Content
I think option 2 changes the current behaviour, because cmd.Cmd.cmdloop will import readline later, and the set_completer_delims() call would never happen even though readline is used. I'll update the patch to do option 1.
History
Date User Action Args
2021-08-02 13:46:08iritkatrielsetrecipients: + iritkatriel, georg.brandl, xdegaye, eric.snow, serhiy.storchaka, josh.r, louielu
2021-08-02 13:46:08iritkatrielsetmessageid: <1627911968.13.0.859666314073.issue20703@roundup.psfhosted.org>
2021-08-02 13:46:08iritkatriellinkissue20703 messages
2021-08-02 13:46:07iritkatrielcreate