diff options
author | Michael H <michael@michaelhall.tech> | 2025-01-06 23:03:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 23:03:27 (GMT) |
commit | 7363476b6405e3d288a61282aa7bc6aca9c2114d (patch) | |
tree | e10f563bb1d29a6f8eeec81ebead8c62d1aee989 /Misc | |
parent | 61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 (diff) | |
download | cpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.zip cpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.tar.gz cpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.tar.bz2 |
gh-128559: Remove typing import from asyncio.timeouts (#128560)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst b/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst new file mode 100644 index 0000000..7f9380d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst @@ -0,0 +1 @@ +Improved import time of :mod:`asyncio`. |