]> 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:30:15 +0000 (14:30 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 21:30:15 +0000 (14:30 -0700)
(cherry picked from commit 29624e769c5c3c1e59c6acc8b69383ead53e8a9f)

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

index 9204cc7fbf8c47235baeb9d9885488784e491fb9..7a00e37624185081b36a43b96276787520871b67 100644 (file)
@@ -537,7 +537,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