]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-13714...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Jan 2026 09:55:52 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jan 2026 09:55:52 +0000 (10:55 +0100)
commit145879b4026d2dc53638db5cd3cdd246c9539dd0
tree9dfdcae8a2225674815b365ca925a24c77347c3d
parent95fe86e10f61c00906ec60200d2a8d530b9dd0c6
[3.14] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142) (GH-143791)

gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)

Add a note to the readline module documentation stating that
Python 3.13 and later no longer supports readline in the default REPL,
as per gh-118840. Includes workaround using PYTHON_BASIC_REPL.

Update tutorial to remove the reference, and use a different key to
test things out.
(cherry picked from commit 971f387bbb598a481aa8974ddc7a358459030415)

Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
Co-authored-by: Kuang Yu Heng <yuheng3107@gmail.com>
Doc/library/readline.rst
Doc/tutorial/interpreter.rst