# Feature or enhancement PEP-705 was just accepted. For the runtime implementation, we'll need: - [ ] Add the new `ReadOnly` special form - [ ] Adjust the implementation of `TypedDict` - [ ] Update docs The [typing-extensions implementation](https://github.com/python/typing_extensions/blob/main/src/typing_extensions.py) should provide a good baseline. cc @alicederyn <!-- gh-linked-prs --> ### Linked PRs * gh-116350 <!-- /gh-linked-prs -->
Feature or enhancement
PEP-705 was just accepted. For the runtime implementation, we'll need:
ReadOnlyspecial formTypedDictThe typing-extensions implementation should provide a good baseline.
cc @alicederyn
Linked PRs
ReadOnlysupport forTypedDict#116350