summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-01-04 08:42:19 (GMT)
committerGitHub <noreply@github.com>2022-01-04 08:42:19 (GMT)
commit1b111338cfe7840feea95e30ea8124063c450c65 (patch)
tree307d93ae3f1bac05f23e802a149f36de598a2636 /Misc/NEWS.d/next/Library
parent3aa5242b54b0627293d95cfb4a26b2f917f667be (diff)
downloadcpython-1b111338cfe7840feea95e30ea8124063c450c65.zip
cpython-1b111338cfe7840feea95e30ea8124063c450c65.tar.gz
cpython-1b111338cfe7840feea95e30ea8124063c450c65.tar.bz2
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2022-01-03-12-19-10.bpo-46238.lANhCi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-03-12-19-10.bpo-46238.lANhCi.rst b/Misc/NEWS.d/next/Library/2022-01-03-12-19-10.bpo-46238.lANhCi.rst
new file mode 100644
index 0000000..1617b0e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-01-03-12-19-10.bpo-46238.lANhCi.rst
@@ -0,0 +1 @@
+Reuse ``_winapi`` constants in ``asyncio.windows_events``.