Skip to content

Commit bd00112

Browse files
authored
gh-95913: Copyedit/improve New Modules What's New section (#97721)
* Link TOML & WSGI in New Modules section, refine text & add ref label * Further reformat new modules & add PEP link to tomllib
1 parent 9148c0d commit bd00112

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
@@ -512,14 +512,17 @@ Other CPython Implementation Changes
512512
(Contributed by Éric Araujo in :issue:`46142`.)
513513

514514

515+
.. _whatsnew311-new-modules:
516+
515517
New Modules
516518
===========
517519

518-
* A new module, :mod:`tomllib`, was added for parsing TOML.
520+
* :mod:`tomllib`: For parsing `TOML <https://toml.io/>`_.
521+
See :pep:`680` for more details.
519522
(Contributed by Taneli Hukkinen in :issue:`40059`.)
520523

521-
* :mod:`wsgiref.types`, containing WSGI-specific types for static type
522-
checking, was added.
524+
* :mod:`wsgiref.types`:
525+
:pep:`WSGI <3333>`-specific types for static type checking.
523526
(Contributed by Sebastian Rittau in :issue:`42012`.)
524527

525528

0 commit comments

Comments
 (0)