PEP 8015: use secret ballot (#826)
This commit is contained in:
parent
0ef5cfdaf4
commit
b4083791ab
|
@ -192,9 +192,10 @@ member can be a candidate for the seat they are leaving.
|
|||
|
||||
Committee members must be Python core developers. The vote is announced
|
||||
3 weeks in advance: candidates have to apply during this period. The
|
||||
vote is reserved to core developers and is open for 1 week. Votes are
|
||||
private during the vote, but become public when the vote ends. The
|
||||
vote uses the `Condorcet method
|
||||
vote is reserved to core developers and is open for 1 week. To avoid
|
||||
self-censorship, the vote uses secret ballots: avoid the risk of
|
||||
hostility from someone who may get more power (if they get elected).
|
||||
The vote uses the `Condorcet method
|
||||
<https://en.wikipedia.org/wiki/Condorcet_method>`_ to rank candidates.
|
||||
|
||||
It is important that the
|
||||
|
@ -505,6 +506,8 @@ Version History
|
|||
|
||||
History of this PEP:
|
||||
|
||||
* Version 5: Election of Python Steering Committee Members uses secret
|
||||
ballots
|
||||
* Version 4:
|
||||
|
||||
* Adjust votes: open for 1 week instead of 1 month, and announced
|
||||
|
|
Loading…
Reference in New Issue