summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-02-08-16-42-20.bpo-46066.m32Hl0.rst
blob: d13d9421e748b84b04105e7a72611d438dcb2d0e (plain)
1
2
3
Deprecate kwargs-based syntax for :class:`typing.TypedDict` definitions.
It had confusing semantics when specifying totality, and was largely unused.
Patch by Jingchen Ye.