Skip to content

Commit 41cb38c

Browse files
committed
move rationale
1 parent d0fb2d7 commit 41cb38c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pre-pep.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ different conditions of Python typing.
2525
Motivation
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-
3428
Python has a gradual type system, but at the heart of it is a fairly
3529
conventional and tame static type system. In Python as a language, on
3630
the other hand, it is not unusual to perform complex metaprogramming,
@@ -263,6 +257,11 @@ Implementation
263257
We 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

267266
Specification
268267
=============

tests/test_qblike_2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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!
6061
def select[K: BaseTypedDict](
6162
rcv: type[User],

0 commit comments

Comments
 (0)