diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-22 06:28:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 06:28:13 (GMT) |
commit | d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d (patch) | |
tree | 4edb2933c743c2077fd5df1ca2ff167e97471f05 /Doc | |
parent | 291401389bf76981688d82a0d7bb61fb8355ff14 (diff) | |
download | cpython-d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d.zip cpython-d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d.tar.gz cpython-d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d.tar.bz2 |
GH-109190: Copyedit 3.12 What's New: tokenize (#109663)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 9ea4a12..62925e7 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -867,8 +867,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. |