From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:48:57 +0000 (-0700) Subject: [3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220) X-Git-Tag: v3.12.1~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8296b53027b15e688f028f4d7c44f3d76d283416;p=thirdparty%2FPython%2Fcpython.git [3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220) 3.12 What's New: Remove duplicate "up to" (GH-110219) (cherry picked from commit 8d92b6eff3bac45e7d4871c46c4511218b9b685a) Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index fad94d6d7861..f63664d1239b 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -121,7 +121,7 @@ Significant improvements in the standard library: * A :ref:`command-line interface ` has been added to the :mod:`uuid` module * Due to the changes in :ref:`PEP 701 `, - producing tokens via the :mod:`tokenize` module is up to up to 64% faster. + producing tokens via the :mod:`tokenize` module is up to 64% faster. Security improvements: