8000 gh-91243: Document Required and NotRequired by davidfstr · Pull Request #93173 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91243: Document Required and NotRequired #93173

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 15 commits into from
May 27, 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
Next Next commit
Update Doc/library/typing.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
davidfstr and AlexWaygood authored May 26, 2022
commit d97baa7d400297dec397cdbce5d5dab00ed4d06b
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ These are not used in annotations. They are building blocks for declaring types.
.. versionadded:: 3.8

.. versionchanged:: 3.11
Added support for marking individual keys as ``Required`` or ``NotRequired``.
Added support for marking individual keys as :data`Required` or :data:`NotRequired`.
See :pep:`655`.

.. versionchanged:: 3.11
Expand Down
0