diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-14 21:30:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 21:30:15 (GMT) |
commit | 73943ce7d31595d152dc01bf0008b37c802c0d3b (patch) | |
tree | 90aeff5e414fd8de80d13ba763bf0eef1d1b533a /Doc/whatsnew | |
parent | 1b1239205d1b7ace1b054477c14fe77d54f471c4 (diff) | |
download | cpython-73943ce7d31595d152dc01bf0008b37c802c0d3b.zip cpython-73943ce7d31595d152dc01bf0008b37c802c0d3b.tar.gz cpython-73943ce7d31595d152dc01bf0008b37c802c0d3b.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>
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 9204cc7..7a00e37 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -537,7 +537,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 |