bpo-31415: importtime was made by Inada Naoki (GH-31875)

This commit is contained in:
Victor Stinner 2022-03-14 18:39:33 +01:00 committed by GitHub
parent 13b0412223
commit 29624e769c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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