diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-14 21:24:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 21:24:50 (GMT) |
commit | 9f1587e8d3f18729a0982774c6c4409472cbd9e3 (patch) | |
tree | e3efc25ac69b97a2c0de762bc0bc2b594c074d07 | |
parent | 0cfcc0cbee4a0d48c412169f46b7199728fb298a (diff) | |
download | cpython-9f1587e8d3f18729a0982774c6c4409472cbd9e3.zip cpython-9f1587e8d3f18729a0982774c6c4409472cbd9e3.tar.gz cpython-9f1587e8d3f18729a0982774c6c4409472cbd9e3.tar.bz2 |
bpo-31415: importtime was made by Inada Naoki (GH-31875)
(cherry picked from commit 29624e769c5c3c1e59c6acc8b69383ead53e8a9f)
Co-authored-by: Victor Stinner <vstinner@python.org>
-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 |