Commit Graph

17 Commits

Author SHA1 Message Date
CAM Gerlach a4f0c14189
PEP 570: Mark as Final (#2481) 2022-03-29 18:24:06 -05:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Pablo Galindo 9f032a34f5
Update Pablo Galindo's email (#1422) 2020-06-04 10:37:58 +01:00
5j9 51ad54bfcb
PEP 570: Add python version (#1420)
According to
https://docs.python.org/3/whatsnew/3.8.html#positional-only-parameters
2020-06-01 13:31:07 -07:00
Guido van Rossum f25f585af9
PEP 570: Demonstrate a corner case (#978)
The name of a positional-only parameter can occur in `**kwds`.
2019-04-06 14:43:10 -07:00
Guido van Rossum d3b0dfacba
PEP 570: Accept (#977)
Also fix various capitalization, style and markup nits found during review

(I'm still not 100% happy with the use of would vs. will everywhere,
but I declare it's good enough. Someone with a degree in English can
fix this up.)

(I also think that the section "After Separator Proposal" could use some editing, but this won't affect acceptance of the PEP.)
2019-04-05 15:09:18 -07:00
Carol Willing 1e2f409b47 PEP 570: Edit Sections and How to Teach (GH-975)
* Correct grammar and style.
* Update the "How to teach" section.
* Expand grammar specification.

Signed-off-by: Carol Willing <carolcode@willingconsulting.com>
2019-04-05 15:25:17 -04:00
Eric N. Vander Weele d94eb8cd7d PEP 570: Restructure sections as recommended by PEP 1 (GH-972)
Organize PEP 570 according to the recommended ordering of sections
defined in PEP 1.  This presents the proposal in a more organized and
compelling way.

Notable changes are:

- The content more easily reads in from top to bottom by moving core
  content into Abstract, Motivation, Rationale, Specification.
- Making a clear distinction of the impact to library authors and
  callers of APIs.
- Fixed-up usage of "parameters" and "arguments" on the context of the
  what is being discussed.
- Grammatical edits and simplified wording, while maintaining the core
  content and intent of the text.
2019-04-03 11:31:33 -04:00
Pablo Galindo 7042f376f3 PEP 570: Add a 'How to teach this' section and improve rejected ideas section with feedback from discourse (#963)
Part of this was written by Paul Ganssle (@pgnssle).
2019-04-02 22:08:54 -07:00
Pablo Galindo 2c08eac385
PEP 570: Add Guido as BDFL-delegate and link to discourse (GH-958) 2019-03-28 23:22:14 +00:00
Pablo Galindo 99b7952b5c PEP 570: Fix broken link and quote formatting (#954) 2019-03-28 11:16:54 +11:00
Pablo Galindo 028d3d10ff
PEP 570: Add references to PEP 399, 3rd party modules using the notation and some additions (GH-948) 2019-03-27 21:03:51 +00:00
Pablo Galindo c0927428bf
PEP 570: grammar and wording fixes (GH-923) 2019-03-11 23:16:05 +00:00
Mario Corchero bbdcedb71b Add further rationale and related work (#921)
Add further content as suggested by Victor Stinner in an offline
conversation.
2019-03-11 08:13:46 -07:00
Pablo Galindo 3f4938f0ba
Add some clarifications to the PEP and implementation link (GH-907) 2019-03-05 21:59:06 +00:00
Mario Corchero 8c4563933f PEP 570: Positional-Only Parameters (#564) 2018-02-01 11:02:37 -08:00