diff options
author | Yury Selivanov <yury@magic.io> | 2018-05-23 17:35:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-23 17:35:04 (GMT) |
commit | 28b9178023a445b1da2694774c265cd4b7a244ec (patch) | |
tree | 0a04c78407ebde36d31d03accfad5dea680aa5e9 /Misc | |
parent | b6dccf54fd3bac9c87348d96f9d6b571608c15bc (diff) | |
download | cpython-28b9178023a445b1da2694774c265cd4b7a244ec.zip cpython-28b9178023a445b1da2694774c265cd4b7a244ec.tar.gz cpython-28b9178023a445b1da2694774c265cd4b7a244ec.tar.bz2 |
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-05-23-11-59-51.bpo-32436.S1LGPa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-05-23-11-59-51.bpo-32436.S1LGPa.rst b/Misc/NEWS.d/next/Documentation/2018-05-23-11-59-51.bpo-32436.S1LGPa.rst new file mode 100644 index 0000000..8eeb561 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-05-23-11-59-51.bpo-32436.S1LGPa.rst @@ -0,0 +1 @@ +Document PEP 567 changes to asyncio. |