Skip to content

Commit 5e99363

Browse files
miss-islingtonCAM-Gerlach
authored andcommitted
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 <[email protected]>
1 parent 1729bec commit 5e99363

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
@@ -510,14 +510,17 @@ Other CPython Implementation Changes
510510
is 4300 digits in string form.
511511

512512

513+
.. _whatsnew311-new-modules:
514+
513515
New Modules
514516
===========
515517

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

519-
* :mod:`wsgiref.types`, containing WSGI-specific types for static type
520-
checking, was added.
522+
* :mod:`wsgiref.types`:
523+
:pep:`WSGI <3333>`-specific types for static type checking.
521524
(Contributed by Sebastian Rittau in :issue:`42012`.)
522525

523526

0 commit comments

Comments
 (0)