mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-41006: Document the runpy optimization (GH-20953)
This commit is contained in:
parent
9e09849d20
commit
4c18fc8f1d
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ Improved Modules
|
|||
Optimizations
|
||||
=============
|
||||
|
||||
* The :mod:`runpy` module now imports less modules.
|
||||
The ``python3 -m module-name`` command startup time is 1.3x faster in
|
||||
average.
|
||||
(Contributed by Victor Stinner in :issue:`41006`.)
|
||||
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue