File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ because such dict can be a subtype of dict::
651
651
not_a_regular_dict: CustomDict = {"num": 1}
652
652
int_dict: IntDict = not_a_regular_dict # Not OK
653
653
654
- How to Teach this
654
+ How to Teach This
655
655
=================
656
656
657
657
The choice of ``"__extra_items__" `` and the requirement of ``closed=True ``
@@ -775,12 +775,10 @@ from the index signature so that it is possible to define a type like
775
775
Reference Implementation
776
776
========================
777
777
778
- pyanalyze has ` experimental support
779
- <https://github.com/quora/pyanalyze/blob/9bfc2c58467c87774a9950838402d2657b1486a0/pyanalyze/extensions.py#L590> `__
780
- for a similar feature .
778
+ This proposal is supported in ` pyright 1.1.352
779
+ <https://github.com/microsoft/pyright/releases/tag/1.1.352> `_, and ` pyanalyze
780
+ 0.12.0 <https://github.com/quora/pyanalyze/releases/tag/v0.12.0> `_ .
781
781
782
- Reference implementation for this specific proposal, however, is not currently
783
- available.
784
782
785
783
Acknowledgments
786
784
===============
You can’t perform that action at this time.
0 commit comments