From: numbermaniac <5206120+numbermaniac@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:13:44 +0000 (+1100) Subject: 3.12 What's New: Remove duplicate "up to" (#110219) X-Git-Tag: v3.13.0a1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d92b6eff3bac45e7d4871c46c4511218b9b685a;p=thirdparty%2FPython%2Fcpython.git 3.12 What's New: Remove duplicate "up to" (#110219) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 3aa495d0537a..3a2adc469f48 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: