Skip to content

Commit 2049c9d

Browse files
gh-95913: Copyedit/improve New Modules What's New section (GH-97721)
* Link TOML & WSGI in New Modules section, refine text & add ref label * Further reformat new modules & add PEP link to tomllib (cherry picked from commit bd00112) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 827f77e commit 2049c9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/whatsnew/3.11.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -523,14 +523,17 @@ Other CPython Implementation Changes
523523
is 4300 digits in string form.
524524

525525

526+
.. _whatsnew311-new-modules:
527+
526528
New Modules
527529
===========
528530

529-
* A new module, :mod:`tomllib`, was added for parsing TOML.
531+
* :mod:`tomllib`: For parsing `TOML <https://toml.io/>`_.
532+
See :pep:`680` for more details.
530533
(Contributed by Taneli Hukkinen in :issue:`40059`.)
531534

532-
* :mod:`wsgiref.types`, containing WSGI-specific types for static type
533-
checking, was added.
535+
* :mod:`wsgiref.types`:
536+
:pep:`WSGI <3333>`-specific types for static type checking.
534537
(Contributed by Sebastian Rittau in :issue:`42012`.)
535538

536539

0 commit comments

Comments
 (0)