summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-31 21:15:44 (GMT)
committerGitHub <noreply@github.com>2024-05-31 21:15:44 (GMT)
commita5272e63efc003a30a2b603b512d367282a24209 (patch)
treedbe9bc274cb8806e619b32f7b6bb0afb52649b9d /Misc
parent67ac19111f14e9606454d0f36a52132996073db4 (diff)
downloadcpython-a5272e63efc003a30a2b603b512d367282a24209.zip
cpython-a5272e63efc003a30a2b603b512d367282a24209.tar.gz
cpython-a5272e63efc003a30a2b603b512d367282a24209.tar.bz2
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
(cherry picked from commit 2237946af0981c46dc7d3886477e425ccfb37f28) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst b/Misc/NEWS.d/next/Library/2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst
new file mode 100644
index 0000000..ffc4ae3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-22-21-20-43.gh-issue-118894.xHdxR_.rst
@@ -0,0 +1 @@
+:mod:`asyncio` REPL now has the same capabilities as PyREPL.