8000 gh-95913: Copyedit/improve New Modules What's New section by CAM-Gerlach · Pull Request #97721 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95913: Copyedit/improve New Modules What's New section #97721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2022
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
Prev Previous commit
Further reformat new modules & add PEP link to tomllib
  • Loading branch information
CAM-Gerlach committed Oct 2, 2022
commit 8881e310f312ed2651b89e68440d4101e3a2cd78
7 changes: 4 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,12 @@ Other CPython Implementation Changes
New Modules
===========

* :mod:`tomllib` was added for parsing `TOML <https://toml.io/>`_.
* :mod:`tomllib`: For parsing `TOML <https://toml.io/>`_.
See :pep:`680` for more details.
(Contributed by Taneli Hukkinen in :issue:`40059`.)

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


Expand Down
0