We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I am used to ctrl-w deleting entire words, using whitespace as the boundary. Based on https://github.com/python/cpython/blob/3.14/Lib/_pyrepl/reader.py#L81, I think the Python REPL is supposed to do that?
However, ctrl-w currently deletes words using punctuation+whitespace as the boundary.
3.14
macOS
Bug report
Bug description:
I am used to ctrl-w deleting entire words, using whitespace as the boundary. Based on https://github.com/python/cpython/blob/3.14/Lib/_pyrepl/reader.py#L81, I think the Python REPL is supposed to do that?
However, ctrl-w currently deletes words using punctuation+whitespace as the boundary.
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs