8000 PEP 589: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys by JukkaL · Pull Request #956 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 589: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
Next Next commit
Update PEP number
  • Loading branch information
JukkaL committed Mar 28, 2019
commit 13079a6d7704080ca67becf664451b048b19302f
2 changes: 1 addition & 1 deletion pep-9999.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PEP: 9999
PEP: 589
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this copy of the file?

Title: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys
Author: Jukka Lehtosalo <jlehtosalo@gmail.com>
Discussions-To: typing-sig@python.org
Expand Down
0