summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2024-03-12 14:49:39 (GMT)
committerGitHub <noreply@github.com>2024-03-12 14:49:39 (GMT)
commitdf4784b3b7519d137ca6a1aeb500ef59e24a7f9b (patch)
treee5880eba7e563b849f46a755afeb433ba1e7d3d2 /Misc
parent3265087c07c261d1b5f526953682def334a52d56 (diff)
downloadcpython-df4784b3b7519d137ca6a1aeb500ef59e24a7f9b.zip
cpython-df4784b3b7519d137ca6a1aeb500ef59e24a7f9b.tar.gz
cpython-df4784b3b7519d137ca6a1aeb500ef59e24a7f9b.tar.bz2
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-03-05-14-34-22.gh-issue-116127.5uktu3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-03-05-14-34-22.gh-issue-116127.5uktu3.rst b/Misc/NEWS.d/next/Library/2024-03-05-14-34-22.gh-issue-116127.5uktu3.rst
new file mode 100644
index 0000000..59edde9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-03-05-14-34-22.gh-issue-116127.5uktu3.rst
@@ -0,0 +1,2 @@
+:mod:`typing`: implement :pep:`705` which adds :data:`typing.ReadOnly`
+support to :class:`typing.TypedDict`.