mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-31415: importtime was made by Inada Naoki (GH-31875)
This commit is contained in:
parent
13b0412223
commit
29624e769c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue