Commit Graph

15 Commits

Author SHA1 Message Date
Jelle Zijlstra 83b976da18
Add Typing Topic (#2670)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-10-06 17:36:39 -07:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Florian Bruhin 5a0ab0c2b7
PEP 604: Fix minor typo (#1594)
equivalentl -> equivalent
2020-09-08 16:00:45 -07:00
Maggie Moss 724cef768c
PEP 604: Update authors (#1563) 2020-08-14 14:40:02 -07:00
Guido van Rossum dd89f72d8a PEP 604: Fix typo and grammar issues reported by Brett 2020-08-13 16:22:19 -07:00
Guido van Rossum 6c2e277b08 PEP 604: Accepted 2020-08-13 14:59:08 -07:00
Maggie Moss bd275ced88
PEP 604 - Updates and Edits (#1550) 2020-08-12 12:50:54 -07:00
Inada Naoki 15a162b082
PEP 604: Fix markup (#1539)
"Change only PEP 484" is not sub idea of "Add a new operator ".
2020-07-28 22:27:57 -07:00
Guido van Rossum fede4ec838
PEP 604: I've been asked to take over as PEP-Delegate (#1538)
Here I'm also retargeting this to Python 3.10 and proposing various
small changes to clarify the PEP. In addition, we have a new reference
implementation in the works.
2020-07-28 09:02:01 -07:00
Philippe PRADOS bbc91a9b64 Pep 0604 : Various updates; GenericAlias impact, and rewrite objections section (#1194) 2019-12-02 13:23:33 -08:00
Chris Angelico 489ed67780 PEP 0604 copyediting (#1189) 2019-11-06 11:02:22 -08:00
Guido van Rossum 16da804bc6 PEP 604: Make Ivan BDFL-Delegate (#1192) 2019-10-04 18:15:55 +01:00
Philippe PRADOS 292723c6bf Pep 0604 : Change title (#1186)
* Add PEP-0604 to describes an extension to Python language, which aims to add a complementary
syntax to write ``Union[X,Y]`` and ``Optional[X]`` easier.

* Add sample with metaclass with __invert__ and/or __or__

* Remove operator __revert__

* Change title of pep-604
2019-10-01 09:34:13 +02:00
Philippe PRADOS 6e49cec61b Pep 0604: Remove __revert__ operator (#1183)
* Add PEP-0604 to describes an extension to Python language, which aims to add a complementary
syntax to write ``Union[X,Y]`` and ``Optional[X]`` easier.

* Add sample with metaclass with __invert__ and/or __or__

* Remove operator __revert__
2019-09-30 17:21:17 +10:00
Philippe PRADOS 4aa98027b3 Add PEP-0604 to describes an extension to Python language, which aims to add a complementary (#1171)
syntax to write ``Union[X,Y]`` and ``Optional[X]`` easier.
2019-09-20 17:47:02 +10:00