summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-06-04 19:53:26 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-06-04 19:53:26 (GMT)
commit23d7ce747167cceeeae526a53a6044ec2dc47cbb (patch)
treeea2f178454b348852f3099fa788511457bdd0938 /Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst
parent001d63cefaa9d84d6d59aa9db8bac66040c8f0ee (diff)
parent3b5deb0116abf2c94690d48af41b109bc8a4d559 (diff)
downloadcpython-23d7ce747167cceeeae526a53a6044ec2dc47cbb.zip
cpython-23d7ce747167cceeeae526a53a6044ec2dc47cbb.tar.gz
cpython-23d7ce747167cceeeae526a53a6044ec2dc47cbb.tar.bz2
Merge tag 'v3.8.0b1'
Python 3.8.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst b/Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst
deleted file mode 100644
index 5c897fb..0000000
--- a/Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add the ``asyncio.Task.get_coro()`` method to publicly expose the tasks's
-coroutine object.