diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-17 23:20:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 23:20:51 (GMT) |
commit | 2c2a4f3d8545784c6e4ca8128bfc706916080712 (patch) | |
tree | 1721c18d2122357a14dace04e6d33b7ef1f38479 /Doc/whatsnew | |
parent | 1bf7959dce0597e312c6f35476a7cc957fd0323c (diff) | |
download | cpython-2c2a4f3d8545784c6e4ca8128bfc706916080712.zip cpython-2c2a4f3d8545784c6e4ca8128bfc706916080712.tar.gz cpython-2c2a4f3d8545784c6e4ca8128bfc706916080712.tar.bz2 |
bpo-41006: What's New: less => fewer modules (GH-20955)
Typo spotted by Eric V. Smith ;-)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 1f4840f..f956ddd 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -103,7 +103,7 @@ Improved Modules Optimizations ============= -* The :mod:`runpy` module now imports less modules. +* The :mod:`runpy` module now imports fewer modules. The ``python3 -m module-name`` command startup time is 1.3x faster in average. (Contributed by Victor Stinner in :issue:`41006`.) |