diff --git a/peps/pep-0728.rst b/peps/pep-0728.rst index b5d7b2a4581..21db59f092e 100644 --- a/peps/pep-0728.rst +++ b/peps/pep-0728.rst @@ -2,12 +2,14 @@ PEP: 728 Title: TypedDict with Typed Extra Items Author: Zixuan James Li Sponsor: Jelle Zijlstra +Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443 Status: Draft Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 12-Sep-2023 Python-Version: 3.13 +Post-History: `09-Feb-2024 `__, .. highlight:: rst @@ -608,7 +610,7 @@ For example: [index: string]: number | string } -This is a known limitation is discussed in `TypeScript's issue tracker +This is a known limitation discussed in `TypeScript's issue tracker `__, where it is suggested that there should be a way to exclude the defined keys from the index signature, so that it is possible to define a type like