Skip to content

Commit

Permalink
bpo-41006: Document the runpy optimization (pythonGH-20953)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 17, 2020
1 parent 9e09849 commit 4c18fc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========
Expand Down

0 comments on commit 4c18fc8

Please sign in to comment.