Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da14920 commit 57841ddCopy full SHA for 57841dd
1 file changed
Doc/whatsnew/3.4.rst
@@ -507,7 +507,7 @@ Major performance enhancements have been added:
507
(Contributed by Raymond Hettinger in :issue"`18771`.)
508
509
* The interpreter starts about 30% faster. A couple of measures lead to the
510
- 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`,
511
:mod:`collections` and :mod:`locale` modules and their dependencies are no
512
longer imported by default. The marshal module has been improved to load
513
compiled Python code faster.
0 commit comments