summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2024-05-22 15:45:11 (GMT)
committerGitHub <noreply@github.com>2024-05-22 15:45:11 (GMT)
commitac9163637b028fc4b457f83b1a49b2f7ffbff6e6 (patch)
treebf4fd86b60474bd94fa20b02959f8923b29be4ea /Misc
parent721459831afb2a56eaa3b09e3123a78304500b03 (diff)
downloadcpython-ac9163637b028fc4b457f83b1a49b2f7ffbff6e6.zip
cpython-ac9163637b028fc4b457f83b1a49b2f7ffbff6e6.tar.gz
cpython-ac9163637b028fc4b457f83b1a49b2f7ffbff6e6.tar.bz2
[3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#119403)
(cherry picked from commit 561ff1fa710493dee8c6482f990bd17535b27040)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst b/Misc/NEWS.d/next/Library/2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst
new file mode 100644
index 0000000..15cd79d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-20-20-30-57.gh-issue-111201.DAA5lC.rst
@@ -0,0 +1 @@
+Remove dependency to :mod:`readline` from the new Python REPL.