diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-01-04 08:44:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 08:44:26 (GMT) |
commit | 5a2a65096c3ec2d37f33615f2a420d2ffcabecf2 (patch) | |
tree | eeb09fd0d7f3fb21905747e467cf0312d4fe8bd6 /Misc/NEWS.d | |
parent | 1b111338cfe7840feea95e30ea8124063c450c65 (diff) | |
download | cpython-5a2a65096c3ec2d37f33615f2a420d2ffcabecf2.zip cpython-5a2a65096c3ec2d37f33615f2a420d2ffcabecf2.tar.gz cpython-5a2a65096c3ec2d37f33615f2a420d2ffcabecf2.tar.bz2 |
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-03-12-59-20.bpo-46239.ySVSEy.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-03-12-59-20.bpo-46239.ySVSEy.rst b/Misc/NEWS.d/next/Library/2022-01-03-12-59-20.bpo-46239.ySVSEy.rst new file mode 100644 index 0000000..202febf --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-03-12-59-20.bpo-46239.ySVSEy.rst @@ -0,0 +1,2 @@ +Improve error message when importing :mod:`asyncio.windows_events` on +non-Windows. |