Skip to content

gh-137113 docs: note readline no longer supported in REPL after 3.13 #137142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Yuheng3107
Copy link

@Yuheng3107 Yuheng3107 commented Jul 27, 2025

Addee a note to the readline module documentation stating that Python 3.13 and later no longer supports readline in the default REPL, as per #118840.

Closes #137113


📚 Documentation preview 📚: https://cpython-previews--137142.org.readthedocs.build/

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 pythongh-118840. Includes workaround using PYTHON_BASIC_REPL.

Closes pythongh-137113.

Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
@python-cla-bot
Copy link

python-cla-bot bot commented Jul 27, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir skip news
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Docs: update GNU readline interface documentation to reflect that it is no longer supported
1 participant