-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
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
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>
Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
Signed-off-by: Kuang Yu Heng <yuheng3107@gmail.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
|
@aisk Hi, who would be appropriate to ask to merge this PR if its still relevant? |
|
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. |
Co-authored-by: Petr Viktorin <encukou@gmail.com>
… 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. |
… 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>
… 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. |
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/