]> granicus.if.org Git - python/commit
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
authorYury Selivanov <yury@magic.io>
Mon, 27 May 2019 11:42:29 +0000 (13:42 +0200)
committerGitHub <noreply@github.com>
Mon, 27 May 2019 11:42:29 +0000 (13:42 +0200)
commit16cefb0bc7b05c08caf08525398ff178c35dece4
treefa4cebab889b622d48d026f27d102758a2905307
parent71c52e3048dd07567f0c690eab4e5d57be66f534
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.
Lib/asyncio/__main__.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2019-05-23-18-57-34.bpo-37028.Vse6Pj.rst [new file with mode: 0644]