]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)
authorKuang Yu Heng <yuheng3107@gmail.com>
Mon, 12 Jan 2026 15:30:35 +0000 (07:30 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 15:30:35 +0000 (15:30 +0000)
commit971f387bbb598a481aa8974ddc7a358459030415
tree674234a5950d63f49fb85d40644b677b039f8ec4
parent054a565c64e486fbb35327690190b56750bb600b
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.

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