Skip to content

Commit f0dcb29

Browse files
AA-Turnerhugovkpicnixz
authored
gh-118761: Cover the import time optimisations in What's New (#132035)
Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
1 parent bc5233b commit f0dcb29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/whatsnew/3.14.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,16 @@ zipinfo
12251225
Optimizations
12261226
=============
12271227

1228+
* The import time for several standard library modules has been improved,
1229+
including :mod:`ast`, :mod:`asyncio`, :mod:`base64`, :mod:`cmd`, :mod:`csv`,
1230+
:mod:`gettext`, :mod:`importlib.util`, :mod:`locale`, :mod:`mimetypes`,
1231+
:mod:`optparse`, :mod:`pickle`, :mod:`pprint`, :mod:`pstats`, :mod:`socket`,
1232+
:mod:`subprocess`, :mod:`threading`, :mod:`tomllib`, and :mod:`zipfile`.
1233+
1234+
(Contributed by Adam Turner, Bénédikt Tran, Chris Markiewicz, Eli Schwartz,
1235+
Hugo van Kemenade, Jelle Zijlstra, and others in :gh:`118761`.)
1236+
1237+
12281238
asyncio
12291239
-------
12301240

0 commit comments

Comments
 (0)