From: Victor Stinner Date: Mon, 14 Mar 2022 17:39:33 +0000 (+0100) Subject: bpo-31415: importtime was made by Inada Naoki (GH-31875) X-Git-Tag: v3.11.0a7~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29624e769c5c3c1e59c6acc8b69383ead53e8a9f;p=thirdparty%2FPython%2Fcpython.git bpo-31415: importtime was made by Inada Naoki (GH-31875) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 1199535c84dc..dcbd0926bcad 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -538,7 +538,7 @@ Other Language Changes * The new :option:`-X` ``importtime`` option or the :envvar:`PYTHONPROFILEIMPORTTIME` environment variable can be used to show the timing of each module import. - (Contributed by Victor Stinner in :issue:`31415`.) + (Contributed by Inada Naoki in :issue:`31415`.) New Modules