Skip to content
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

PEP 705: Rewrite to focus on TypedDict changes #3440

Merged
merged 22 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4d9cc0a
Rewrite PEP 705 to focus on TypedDict changes
alicederyn Jun 9, 2023
a1b655a
Apply Jelle's suggestions from code review
alicederyn Sep 19, 2023
c8c1a12
Any keys could also be object or Unknown
alicederyn Sep 19, 2023
25fe371
Merge branch 'main' into readonly.keys
alicederyn Sep 19, 2023
313b61e
Specify inheritance rules for other_keys
alicederyn Sep 19, 2023
947d065
Address Jukka's feedback
alicederyn Sep 19, 2023
068dfa3
Merge branch 'main' into readonly.keys
alicederyn Sep 19, 2023
4b8b0f0
Merge branch 'main' into readonly.keys
alicederyn Sep 19, 2023
8bc169c
Merge branch 'main' into readonly.keys
alicederyn Sep 20, 2023
c659f46
Clarify where ReadOnly can be used
alicederyn Sep 21, 2023
0ec40ae
Merge branch 'main' into readonly.keys
alicederyn Sep 21, 2023
f30f4d6
Fix NotRequired typos
alicederyn Sep 22, 2023
8a799cb
Link to pyright issue 5254 for context
alicederyn Sep 22, 2023
7041556
Merge branch 'main' into readonly.keys
alicederyn Sep 22, 2023
6c859dc
Change other_keys=False to other_keys=Never
alicederyn Sep 23, 2023
0b83d19
Repeat NamedDict definition
alicederyn Sep 23, 2023
1c533b5
Detail interaction with PEP 692
alicederyn Sep 23, 2023
554f887
Add cover note to consistency section
alicederyn Sep 23, 2023
202e0d5
Nod to pyright's use of Unknown over Any
alicederyn Sep 23, 2023
dce0cc0
Merge branch 'main' into readonly.keys
alicederyn Sep 23, 2023
fa21b57
Merge branch 'main' into readonly.keys
alicederyn Sep 28, 2023
f0ad66d
Merge branch 'main' into readonly.keys
alicederyn Oct 16, 2023
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
Diff view
Loading