Mark Mendoza
d0e2f3bbaa
PEP 612: Renaming type_variable_operators to operators and adding an explanation ( #1546 )
...
* explaining why we have to special case *args: P.args
* typing.type_variable_operators.Concatenate -> typing.Concatenate
2020-07-31 19:59:17 -07:00
Mark Mendoza
f5d19f3628
PEP 612: Edits requested from typing-sig ( #1545 )
...
* x_int_y_str -> x_y y_int_x_str -> y_x
* Behavioral subtype
* documenting construction of user-defined generic classes
2020-07-31 13:23:39 -07:00
Guido van Rossum
3c44c60f04
PEP 612: Fix typos
2020-07-30 20:28:25 -07:00
Mark Mendoza
ffb78a8542
PEP 612: Updating PEP metadata ( #1544 )
2020-07-29 12:22:34 -07:00
Mark Mendoza
d872215d94
PEP 612: Polishing up ( #1521 )
...
* making indentation consistent
* small alteration to section structure
* providing a bit more context for the 'User Defined Generic Classes' section
* missing 'and'
2020-07-13 13:11:38 -07:00
Mark Mendoza
d32dc02bde
PEP 612: Updates from typing-sig discussions ( #1424 )
2020-06-25 20:47:44 -07:00
Guido van Rossum
0fcb222a7c
PEP 612: Guido as sponsor, and two minor edits ( #1301 )
2020-02-06 21:18:37 -08:00
Jason Fried
565b6778dc
Fixed bad TypeVar definition ( #1288 )
...
Identifier must match TypeVar name
2020-01-29 15:21:31 -08:00
Mark Mendoza
50eadddca7
PEP 612: Formatting changes ( #1260 )
...
* line breaking
* one extra space
* Ps
* fix syntax
2019-12-21 08:12:00 +11:00
Mark Mendoza
0644091b0e
PEP 612: Parameter Specification Variables ( #1259 )
...
* Initial submission of PEP 612
* fix some formatting problems
* removing code-block type to be compatible with build script
* permissive license
2019-12-21 02:12:44 +11:00