diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-31 21:15:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 21:15:44 (GMT) |
commit | a5272e63efc003a30a2b603b512d367282a24209 (patch) | |
tree | dbe9bc274cb8806e619b32f7b6bb0afb52649b9d /Misc | |
parent | 67ac19111f14e9606454d0f36a52132996073db4 (diff) | |
download | cpython-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_.rst | 1 |
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. |