cpython
cpython copied to clipboard
gh-121746: Bind Alt+Enter to "accept" in the REPL
This fixes #121746.
The binding fixed is consistent with the experience in IPython and ptpython.
- Issue: gh-121746