mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Grammar fix.
This commit is contained in:
parent
da14920247
commit
57841ddb5c
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ Major performance enhancements have been added:
|
||||||
(Contributed by Raymond Hettinger in :issue"`18771`.)
|
(Contributed by Raymond Hettinger in :issue"`18771`.)
|
||||||
|
|
||||||
* The interpreter starts about 30% faster. A couple of measures lead to the
|
* The interpreter starts about 30% faster. A couple of measures lead to the
|
||||||
speedup. The interpreter loads less modules on startup, e.g. the :mod:`re`,
|
speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`,
|
||||||
:mod:`collections` and :mod:`locale` modules and their dependencies are no
|
:mod:`collections` and :mod:`locale` modules and their dependencies are no
|
||||||
longer imported by default. The marshal module has been improved to load
|
longer imported by default. The marshal module has been improved to load
|
||||||
compiled Python code faster.
|
compiled Python code faster.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue