diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-21 14:55:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 14:55:28 (GMT) |
commit | dc7a2b6522ec7af41282bc34f405bee9b306d611 (patch) | |
tree | 9b10bbad365095412ea89bcd8d9ea4438849d9e3 /Misc/NEWS.d | |
parent | bab4b0462ebd782dd6965beb0ccae6341af43ceb (diff) | |
download | cpython-dc7a2b6522ec7af41282bc34f405bee9b306d611.zip cpython-dc7a2b6522ec7af41282bc34f405bee9b306d611.tar.gz cpython-dc7a2b6522ec7af41282bc34f405bee9b306d611.tar.bz2 |
gh-118761: Improve import time of `mimetypes` (#126979)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-18-22-02-47.gh-issue-118761.GQKD_J.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-18-22-02-47.gh-issue-118761.GQKD_J.rst b/Misc/NEWS.d/next/Library/2024-11-18-22-02-47.gh-issue-118761.GQKD_J.rst new file mode 100644 index 0000000..ebb9fe8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-18-22-02-47.gh-issue-118761.GQKD_J.rst @@ -0,0 +1,2 @@ +Improve import time of :mod:`mimetypes` by around 11-16 times. Patch by Hugo +van Kemenade. |