From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:02:03 +0000 (-0700) Subject: [3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715) X-Git-Tag: v3.12.0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0100ce5deb33a4696d869fc0275b2c19cbb6ad2a;p=thirdparty%2FPython%2Fcpython.git [3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715) (cherry picked from commit d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 2759c1cf5fb3..24c2ad8db059 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -868,8 +868,8 @@ tkinter tokenize -------- -* The :mod:`tokenize` module includes the changes introduced in :pep:`701`. ( - Contributed by Marta Gómez Macías and Pablo Galindo in :gh:`102856`.) +* The :mod:`tokenize` module includes the changes introduced in :pep:`701`. + (Contributed by Marta Gómez Macías and Pablo Galindo in :gh:`102856`.) See :ref:`whatsnew312-porting-to-python312` for more information on the changes to the :mod:`tokenize` module.