]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-31415: importtime was made by Inada Naoki (GH-31875)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Mar 2022 21:24:50 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 21:24:50 +0000 (14:24 -0700)
(cherry picked from commit 29624e769c5c3c1e59c6acc8b69383ead53e8a9f)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.7.rst

index 1199535c84dcaab5f0bbbe19482b5d0b821460aa..dcbd0926bcadad6f8e57da521e00be27ea445f8d 100644 (file)
@@ -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