diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2022-03-31 21:06:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 21:06:07 (GMT) |
commit | ab89ccff3ca6efc2a8e6f5f45c30d568fb3d212f (patch) | |
tree | 1749d1627947e81219f5b9676c7490a55d389af3 /Misc/NEWS.d | |
parent | 4a08c4c469d36f99d3a5e0f17ad82ab35dcf2835 (diff) | |
download | cpython-ab89ccff3ca6efc2a8e6f5f45c30d568fb3d212f.zip cpython-ab89ccff3ca6efc2a8e6f5f45c30d568fb3d212f.tar.gz cpython-ab89ccff3ca6efc2a8e6f5f45c30d568fb3d212f.tar.bz2 |
bpo-45099: Document asyncio internal API (GH-32166)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-03-29-13-25-49.bpo-45099.dagdhx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-03-29-13-25-49.bpo-45099.dagdhx.rst b/Misc/NEWS.d/next/Documentation/2022-03-29-13-25-49.bpo-45099.dagdhx.rst new file mode 100644 index 0000000..7b38682 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-03-29-13-25-49.bpo-45099.dagdhx.rst @@ -0,0 +1 @@ +Document internal :mod:`asyncio` API. |