Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TypedDict: clarify that a non-ReadOnly key cannot be redeclared as Re…
…adOnly. (#1859) This is covered in the conformance tests ( https://github.com/python/typing/blob/d93fba96510bb2f6df59a36fe04558226821220c/conformance/tests/typeddicts_readonly_consistency.py#L38 and https://github.com/python/typing/blob/d93fba96510bb2f6df59a36fe04558226821220c/conformance/tests/typeddicts_readonly_consistency.py#L81 ) but not explicitly stated in the spec.
- Loading branch information