File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ different conditions of Python typing.
2525Motivation
2626==========
2727
28- [Clearly explain why the existing language specification is inadequate to address the problem that the PEP solves.]
29-
30-
31- Rationale
32- =========
33-
3428Python has a gradual type system, but at the heart of it is a fairly
3529conventional and tame static type system. In Python as a language, on
3630the other hand, it is not unusual to perform complex metaprogramming,
@@ -263,6 +257,11 @@ Implementation
263257We have a more `worked example <#qb-test _>`_ in our test suite.
264258
265259
260+ Rationale
261+ =========
262+
263+ [Describe why particular design decisions were made.]
264+
266265
267266Specification
268267=============
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ class MultiLink[T](Link[T]):
5656 else DropProp [T ]
5757)
5858
59+
5960# XXX: putting list here doesn't work!
6061def select [K : BaseTypedDict ](
6162 rcv : type [User ],
You can’t perform that action at this time.
0 commit comments