gh-137113 docs: note readline no longer supported in REPL after 3.13#137142
Merged
encukou merged 23 commits intopython:mainfrom Jan 12, 2026
Merged
gh-137113 docs: note readline no longer supported in REPL after 3.13#137142encukou merged 23 commits intopython:mainfrom
encukou merged 23 commits intopython:mainfrom
Conversation
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>
aisk
reviewed
Jul 28, 2025
Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
aisk
reviewed
Jul 28, 2025
Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
aisk
reviewed
Jul 29, 2025
Co-authored-by: AN Long <aisk@users.noreply.github.com>
aisk
approved these changes
Jul 29, 2025
Contributor
Author
|
@aisk Hi, who would be appropriate to ask to merge this PR if its still relevant? |
merwok
reviewed
Nov 14, 2025
Member
|
Please do not use the Update Branch button unless necessary (e.g. fixing conflicts, jogging the CI, or very old PRs) as it uses valuable resources. For more information see the devguide. |
encukou
reviewed
Dec 18, 2025
Co-authored-by: Petr Viktorin <encukou@gmail.com>
encukou
reviewed
Jan 12, 2026
encukou
approved these changes
Jan 12, 2026
reidenong
pushed a commit
to reidenong/cpython
that referenced
this pull request
Jan 12, 2026
… 3.13 (pythonGH-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 pythongh-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>
|
Thanks @Yuheng3107 for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @Yuheng3107 for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 13, 2026
… 3.13 (pythonGH-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 pythongh-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 971f387) Co-authored-by: Kuang Yu Heng <yuheng3107@gmail.com> Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 13, 2026
… 3.13 (pythonGH-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 pythongh-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 971f387) Co-authored-by: Kuang Yu Heng <yuheng3107@gmail.com> Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
|
GH-143791 is a backport of this pull request to the 3.14 branch. |
|
GH-143792 is a backport of this pull request to the 3.13 branch. |
encukou
pushed a commit
that referenced
this pull request
Jan 14, 2026
…r 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 971f387) Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com> Co-authored-by: Kuang Yu Heng <yuheng3107@gmail.com>
encukou
pushed a commit
that referenced
this pull request
Jan 14, 2026
…r 3.13 (GH-137142) (GH-143792) 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 971f387) Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com> Co-authored-by: Kuang Yu Heng <yuheng3107@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/