Commit Graph

7 Commits

Author SHA1 Message Date
Jelle Zijlstra 1c213ece4b
PEP 661: Proposed typing specification changes (#4065)
This is an attempt to specify the behavior that I suggested on Discuss
and that has been endorsed by the Typing Council.

Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
2024-10-19 07:29:26 -07:00
Tal Einat 7efe235d84
PEP 661: Add bool value to reference impl and examples (#4051) 2024-10-14 00:02:00 +03:00
Tal Einat 9af6b95a52
PEP 661: Add missing sections and correctly populate Post-History (#4050) 2024-10-13 23:50:07 +03:00
Tal Einat 5e6746e905
PEP 661: Small changes, clarifications and better wording (towards submission) (#4046) 2024-10-11 23:05:56 +03:00
Tal Einat 74b07ca545
PEP 661: Small updates (#3897)
* Suggest using e.g. `Literal[MISSING]`
* Minor wording improvements
2024-08-06 15:31:33 +03:00
Michael Scott Asato Cuthbert 532efdb824
PEP 661: Standardize module name (#2795)
standardize mod name

The PEP says that the module name is "sentinels" (plural) but the example imports Sentinel from the "sentinel" (singular) module.  Not absolutely sure which one is intended but recent standards (secrets, dataclasses) have used the plural.

CLA for Python signed, in case that's needed.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-11 11:37:22 +02:00
Adam Turner 08d688fdca
All PEPs: Move to ``peps/`` folder (#3418) 2023-09-09 18:39:29 +01:00