diff options
author | Yury Selivanov <yury@magic.io> | 2019-05-27 11:42:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 11:42:29 (GMT) |
commit | 16cefb0bc7b05c08caf08525398ff178c35dece4 (patch) | |
tree | fa4cebab889b622d48d026f27d102758a2905307 /Misc/NEWS.d | |
parent | 71c52e3048dd07567f0c690eab4e5d57be66f534 (diff) | |
download | cpython-16cefb0bc7b05c08caf08525398ff178c35dece4.zip cpython-16cefb0bc7b05c08caf08525398ff178c35dece4.tar.gz cpython-16cefb0bc7b05c08caf08525398ff178c35dece4.tar.bz2 |
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
This makes it easy to play with asyncio APIs with simply
using async/await in the REPL.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-23-18-57-34.bpo-37028.Vse6Pj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-23-18-57-34.bpo-37028.Vse6Pj.rst b/Misc/NEWS.d/next/Library/2019-05-23-18-57-34.bpo-37028.Vse6Pj.rst new file mode 100644 index 0000000..d9db21f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-23-18-57-34.bpo-37028.Vse6Pj.rst @@ -0,0 +1 @@ +Implement asyncio REPL |