Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd00112

Browse filesBrowse 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
Copy full SHA for bd00112

File tree

Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed

‎Doc/whatsnew/3.11.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.11.rst
+6-3Lines changed: 6 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.