[Python-checkins] bpo-31415: importtime was made by Inada Naoki (GH-31875)

miss-islington webhook-mailer at python.org
Mon Mar 14 17:24:54 EDT 2022


https://github.com/python/cpython/commit/9f1587e8d3f18729a0982774c6c4409472cbd9e3
commit: 9f1587e8d3f18729a0982774c6c4409472cbd9e3
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-03-14T14:24:50-07:00
summary:

bpo-31415: importtime was made by Inada Naoki (GH-31875)

(cherry picked from commit 29624e769c5c3c1e59c6acc8b69383ead53e8a9f)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 1199535c84dca..dcbd0926bcada 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



More information about the Python-checkins mailing list