summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-03-14 17:39:33 (GMT)
committerGitHub <noreply@github.com>2022-03-14 17:39:33 (GMT)
commit29624e769c5c3c1e59c6acc8b69383ead53e8a9f (patch)
tree2f999a518f252c730f14ab67c0428a8be92d2865 /Doc/whatsnew
parent13b041222399152acb555337572bd1d571734984 (diff)
downloadcpython-29624e769c5c3c1e59c6acc8b69383ead53e8a9f.zip
cpython-29624e769c5c3c1e59c6acc8b69383ead53e8a9f.tar.gz
cpython-29624e769c5c3c1e59c6acc8b69383ead53e8a9f.tar.bz2
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 1199535..dcbd092 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