Commit Graph

7 Commits

Author SHA1 Message Date
Mark Shannon 43821ac28b
Withdraw PEP 611. (#1970) 2021-05-25 18:33:53 +01:00
Miroslav Šedivý 45fdc844dd
Typos: Remove repeated words (#1726) 2020-12-04 09:51:44 -08:00
Mark Shannon a65ee4d2ad
PEP 611: relax hard limits and make 1 million a soft limit. Include recursion depth in limits. (GH-1279)
* PEP 611: relax hard limits and make 1 million a soft limit. Include recursion depth in limits.

* Reorganize part of motivation to account for soft vs. hard limits. Add qualification about recursion depth.
2020-01-29 11:31:28 +00:00
Frank Dana 117aea5a38 PEP 611: Spellchecking, minor copyedit (#1255) 2019-12-16 11:47:53 -08:00
Frank Dana 3a80f3eacc PEP 611: Correct typo (#1254)
valuses => values
2019-12-15 11:20:35 +11:00
Mark Shannon 661b42eeb8
PEP 611: Drop restriction on the number of coroutines. (#1252) 2019-12-11 10:29:37 +00:00
Mark Shannon c2171bc3e8 PEP 611: 'The one million limit' (#1249)
* One million PEP -- first draft

* Update 'one million' PEP with modifications and clarifications from python-dev feedback.

* Choose 611 as number for 'one million limit' PEP.

* PEP 611: Add compile time modification of limit to rejected ideas.

* PEP 611: Use correct 'Type'.

* PEP 611: Fix spelling and markup.

* PEP 611: Make upgrade path simpler and more explicit. Add sections on enforcement and about other implementations.
2019-12-06 22:37:32 +11:00