New GitHub issue #119035 from hroncok:<br>

<hr>

<pre>
### Bug description:

When I type this to older Python REPLs:

```pycon
>>> text = "I can travel the words."
```

And I press <kbd>Ctrl</kbd>+<kbd>←</kbd>, my cursor moves in front of `w`. I can press <kbd>Ctrl</kbd>+<kbd>←</kbd> again to go in front of the `t` etc. I can then press <kbd>Ctrl</kbd>+<kbd>→</kbd> 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. Pressing <kbd>Ctrl</kbd>+<kbd>←</kbd> or <kbd>Ctrl</kbd>+<kbd>→</kbd> seemingly does nothing.

### CPython versions tested on:

3.13

### Operating systems tested on:

Linux
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119035">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>