PEP 8015: use secret ballot (#826)

This commit is contained in:
Victor Stinner 2018-11-01 18:38:34 +01:00 committed by GitHub
parent 0ef5cfdaf4
commit b4083791ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -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