PEP-8105 redux (#3582)
This commit is contained in:
parent
32d7853cf5
commit
8788f8875d
|
@ -20,13 +20,13 @@ to exercise as rarely as possible.
|
||||||
Current steering council
|
Current steering council
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The current steering council consists of:
|
The 2024 term steering council consists of:
|
||||||
|
|
||||||
* Barry Warsaw
|
* TBD
|
||||||
* Emily Morehouse
|
* TBD
|
||||||
* Gregory P. Smith
|
* TBD
|
||||||
* Pablo Galindo Salgado
|
* TBD
|
||||||
* Thomas Wouters
|
* TBD
|
||||||
|
|
||||||
Per the results of the vote tracked in :pep:`8105`.
|
Per the results of the vote tracked in :pep:`8105`.
|
||||||
|
|
||||||
|
|
|
@ -126,19 +126,75 @@ Question: ``Select candidates for the Python Steering Council``
|
||||||
Answer #1 - #N: ``Candidates from Candidates_ Section``
|
Answer #1 - #N: ``Candidates from Candidates_ Section``
|
||||||
|
|
||||||
|
|
||||||
|
Extended Election Implementation
|
||||||
|
================================
|
||||||
|
|
||||||
|
Due to a mismatch between announced timeline and the initial election implementation
|
||||||
|
an extended election is held to provide the additional day for voters who were disenfranchised
|
||||||
|
by the initial election.
|
||||||
|
|
||||||
|
Results from the initial election will be combined with the results from the extended election.
|
||||||
|
Only voters who **DID NOT** cast ballots in the initial election will be able to vote.
|
||||||
|
|
||||||
|
The election will be conducted using the `Helios Voting Service
|
||||||
|
<https://heliosvoting.org>`__.
|
||||||
|
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Short name: ``2024-python-steering-council-extension``
|
||||||
|
|
||||||
|
Name: ``2024 Python Steering Council Election Extension``
|
||||||
|
|
||||||
|
Description: ``Election for the Python steering council, as specified in PEP 13. This is steering council election for the 2024 term.``
|
||||||
|
|
||||||
|
type: ``Election``
|
||||||
|
|
||||||
|
Use voter aliases: ``[X]``
|
||||||
|
|
||||||
|
Randomize answer order: ``[X]``
|
||||||
|
|
||||||
|
Private: ``[X]``
|
||||||
|
|
||||||
|
Help Email Address: ``psf-election@python.org``
|
||||||
|
|
||||||
|
Voting starts at: ``December 11, 2023 12:00 UTC``
|
||||||
|
|
||||||
|
Voting ends at: ``December 12, 2023 12:00 UTC``
|
||||||
|
|
||||||
|
This will create an election in which:
|
||||||
|
|
||||||
|
* Voting is not open to the public, only those on the `Voter Roll`_ may
|
||||||
|
participate. Ballots will be emailed when voting starts.
|
||||||
|
* Candidates are presented in random order, to help avoid bias.
|
||||||
|
* Voter identities and ballots are protected against cryptographic advances.
|
||||||
|
|
||||||
|
Questions
|
||||||
|
---------
|
||||||
|
|
||||||
|
Question 1
|
||||||
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
Select between ``0`` and ``- (approval)`` answers. Result Type: ``absolute``
|
||||||
|
|
||||||
|
Question: ``Select candidates for the Python Steering Council``
|
||||||
|
|
||||||
|
Answer #1 - #N: ``Candidates from Candidates_ Section``
|
||||||
|
|
||||||
|
|
||||||
Results
|
Results
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Of 87 eligible voters, 56 cast ballots.
|
Of MM eligible voters, NN cast ballots.
|
||||||
|
|
||||||
The top five vote-getters are:
|
The top five vote-getters are:
|
||||||
|
|
||||||
* Pablo Galindo Salgado
|
* TBD
|
||||||
* Gregory P. Smith
|
* TBD
|
||||||
* Emily Morehouse
|
* TBD
|
||||||
* Barry Warsaw
|
* TBD
|
||||||
* Thomas Wouters
|
* TBD
|
||||||
|
|
||||||
No conflict of interest as defined in :pep:`13` were observed.
|
No conflict of interest as defined in :pep:`13` were observed.
|
||||||
|
|
||||||
|
@ -147,21 +203,7 @@ The full vote counts are as follows:
|
||||||
+-----------------------+----------------+
|
+-----------------------+----------------+
|
||||||
| Candidate | Votes Received |
|
| Candidate | Votes Received |
|
||||||
+=======================+================+
|
+=======================+================+
|
||||||
| Pablo Galindo Salgado | 48 |
|
| TBD | TBD |
|
||||||
+-----------------------+----------------+
|
|
||||||
| Gregory P. Smith | 42 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Emily Morehouse | 38 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Barry Warsaw | 35 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Thomas Wouters | 30 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Donghee Na | 27 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Victor Stinner | 27 |
|
|
||||||
+-----------------------+----------------+
|
|
||||||
| Mariatta | 25 |
|
|
||||||
+-----------------------+----------------+
|
+-----------------------+----------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue