We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9148c0d commit bd00112Copy full SHA for bd00112
Doc/whatsnew/3.11.rst
@@ -512,14 +512,17 @@ Other CPython Implementation Changes
512
(Contributed by Éric Araujo in :issue:`46142`.)
513
514
515
+.. _whatsnew311-new-modules:
516
+
517
New Modules
518
===========
519
-* 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.
522
(Contributed by Taneli Hukkinen in :issue:`40059`.)
523
-* :mod:`wsgiref.types`, containing WSGI-specific types for static type
- checking, was added.
524
+* :mod:`wsgiref.types`:
525
+ :pep:`WSGI <3333>`-specific types for static type checking.
526
(Contributed by Sebastian Rittau in :issue:`42012`.)
527
528
0 commit comments