diff options
author | Victor Stinner <vstinner@python.org> | 2022-03-14 17:39:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 17:39:33 (GMT) |
commit | 29624e769c5c3c1e59c6acc8b69383ead53e8a9f (patch) | |
tree | 2f999a518f252c730f14ab67c0428a8be92d2865 /Doc/whatsnew | |
parent | 13b041222399152acb555337572bd1d571734984 (diff) | |
download | cpython-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.rst | 2 |
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 |