Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Bug report
Bug description:
When I type this to older Python REPLs:
>>> text="I can travel the words."
And I pressCtrl+←, my cursor moves in front ofw
. I can pressCtrl+← again to go in front of thet
etc. I can then pressCtrl+→ to travel the words in the other direction. My bash behaves the same. Again, I don't know if this is Fedora's configuration of readline, or the default.
In Python 3.13.0b1 REPL, this no longer works. PressingCtrl+← orCtrl+→ seemingly does nothing.
CPython versions tested on:
3.13
Operating systems tested on:
Linux