]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-31415: importtime was made by Inada Naoki (GH-31875)
authorVictor Stinner <vstinner@python.org>
Mon, 14 Mar 2022 17:39:33 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 17:39:33 +0000 (10:39 -0700)
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