Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Link TOML & WSGI in New Modules section, refine text & add ref label
  • Loading branch information
CAM-Gerlach committed Oct 2, 2022
commit 9cadce916a5f1e5b73bd76d9b67c80e04f5e2c4b
8 changes: 5 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,14 +512,16 @@ Other CPython Implementation Changes
(Contributed by Éric Araujo in :issue:`46142`.)


.. _whatsnew311-new-modules:

New Modules
===========

* A new module, :mod:`tomllib`, was added for parsing TOML.
* :mod:`tomllib` was added for parsing `TOML <https://toml.io/>`_.
(Contributed by Taneli Hukkinen in :issue:`40059`.)

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


Expand Down