]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 12 Mar 2024 14:49:39 +0000 (17:49 +0300)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 14:49:39 +0000 (07:49 -0700)
commitdf4784b3b7519d137ca6a1aeb500ef59e24a7f9b
treee5880eba7e563b849f46a755afeb433ba1e7d3d2
parent3265087c07c261d1b5f526953682def334a52d56
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.13.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-03-05-14-34-22.gh-issue-116127.5uktu3.rst [new file with mode: 0644]