From: Eric V. Smith Date: Sun, 13 Oct 2013 04:36:08 +0000 (-0400) Subject: Grammar fix. X-Git-Tag: v3.4.0a4~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57841ddb5cc347884ff91c619007c43bf6a18a6b;p=thirdparty%2FPython%2Fcpython.git Grammar fix. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 67550d5cfcbf..bf958bae2abc 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -507,7 +507,7 @@ Major performance enhancements have been added: (Contributed by Raymond Hettinger in :issue"`18771`.) * 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 longer imported by default. The marshal module has been improved to load compiled Python code faster.