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 trey
Recipients monkeyman79, steven.daprano, trey
Date 2021-01-30.01:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611971013.47.0.358069486942.issue43070@roundup.psfhosted.org>
In-reply-to
Content
Thank you Steve and Tadek for confirming that this is a readline feature and for pointing me to the readline manual. The note about an ~/.inputrc file lead me to discover (happily) that I could override this behavior by creating a ~/.inputrc file with the following line in it:

"\e\C-M": abort     Stop Esc Enter from entering vi mode in Python REPL


I'm closing this as "not a bug".
History
Date User Action Args
2021-01-30 01:43:33treysetrecipients: + trey, steven.daprano, monkeyman79
2021-01-30 01:43:33treysetmessageid: <1611971013.47.0.358069486942.issue43070@roundup.psfhosted.org>
2021-01-30 01:43:33treylinkissue43070 messages
2021-01-30 01:43:33treycreate