Skip to content

Commit

Permalink
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Mar 14, 2022
1 parent 13b0412 commit 29624e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29624e7

Please sign in to comment.