PEP 8015: minor changes (#804)
* Rationale: clarify PEP votes * singular they must use verb with plural form: "they becomes" (a developer) => "they become"
This commit is contained in:
parent
16732235de
commit
8013370d7c
17
pep-8015.rst
17
pep-8015.rst
|
@ -48,9 +48,10 @@ that a group of people or companies "takes over" the Python project
|
|||
through just a couple individuals. The project must remain autonomous
|
||||
and open to everybody.
|
||||
|
||||
The most sensitive PEPs are decided by democracy: in that case, a PEP
|
||||
is only approved if the majority of core developer vote "+1" (see the
|
||||
`PEP process`_ section below for the vote details).
|
||||
The most sensitives PEPs are decided by democracy: a vote reserved to
|
||||
core developers, a PEP is only approved if the number of "+1" exceed the
|
||||
number of "-1" (see the `PEP process`_ section below for the vote
|
||||
details).
|
||||
|
||||
|
||||
Common Guidelines
|
||||
|
@ -94,7 +95,7 @@ Python Contributors
|
|||
===================
|
||||
|
||||
Once a Python user sends an email to a Python mailing list, comments the
|
||||
Python bug tracker, proposes or reviews a Python change, they becomes a
|
||||
Python bug tracker, proposes or reviews a Python change, they become a
|
||||
Python contributor.
|
||||
|
||||
|
||||
|
@ -154,8 +155,8 @@ for 1 month. Usually the core developer who proposes the promotion has
|
|||
to describe the work and skills of the candidate in the email opening
|
||||
the vote.
|
||||
|
||||
A contributor is only promoted if the number of +1 exceed the number of
|
||||
-1. Other votes (null, +0 and -0) are ignored.
|
||||
A contributor is only promoted if the number of "+1" exceed the number of
|
||||
"-1". Other votes (null, "+0" and "-0") are ignored.
|
||||
|
||||
If the candidate is promoted, usually they get a mentor for 1 month to
|
||||
help them to handle new responsibilities. If the candidate is not
|
||||
|
@ -266,8 +267,8 @@ will be open for 1 month to all core developers. Such vote will happen on the
|
|||
mailing list where the PEP has been discussed. The PEP must have been
|
||||
discussed for a reasonable amount of time before it is put to vote.
|
||||
|
||||
A PEP is only approved if the number of +1 exceed the number of -1.
|
||||
Other votes (null, +0 and -0) are ignored.
|
||||
A PEP is only approved if the number of "+1" exceed the number of "-1".
|
||||
Other votes (null, "+0" and "-0") are ignored.
|
||||
|
||||
|
||||
Lack of decision
|
||||
|
|
Loading…
Reference in New Issue