PEP 8106: Publish results (#4161)
This commit is contained in:
parent
108d330f50
commit
0fd890c3f3
|
@ -20,15 +20,15 @@ to exercise as rarely as possible.
|
|||
Current steering council
|
||||
========================
|
||||
|
||||
The 2024 term steering council consists of:
|
||||
The 2025 term steering council consists of:
|
||||
|
||||
* Barry Warsaw
|
||||
* Donghee Na
|
||||
* Emily Morehouse
|
||||
* Gregory P. Smith
|
||||
* Pablo Galindo Salgado
|
||||
* Thomas Wouters
|
||||
|
||||
Per the results of the vote tracked in :pep:`8105`.
|
||||
Per the results of the vote tracked in :pep:`8106`.
|
||||
|
||||
The core team consists of those listed in the private
|
||||
https://github.com/python/voters/ repository which is publicly
|
||||
|
@ -337,6 +337,7 @@ History of council elections
|
|||
* December 2021: :pep:`8103`
|
||||
* December 2022: :pep:`8104`
|
||||
* December 2023: :pep:`8105`
|
||||
* December 2024: :pep:`8106`
|
||||
|
||||
|
||||
History of amendments
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 8106
|
|||
Title: 2025 Term Steering Council election
|
||||
Author: Ee Durbin <ee@python.org>
|
||||
Sponsor: Thomas Wouters <thomas@python.org>
|
||||
Status: Active
|
||||
Status: Final
|
||||
Type: Informational
|
||||
Topic: Governance
|
||||
Created: 21-Oct-2024
|
||||
|
@ -28,13 +28,13 @@ Director of Infrastructure, Ee Durbin, to administer the election.
|
|||
Schedule
|
||||
========
|
||||
|
||||
There was be a two-week nomination period, followed by a two-week
|
||||
There was a two-week nomination period, followed by a two-week
|
||||
vote.
|
||||
|
||||
The nomination period was: November 7, 2024 through `November 21, 2024 AoE
|
||||
<https://www.timeanddate.com/worldclock/fixedtime.html?msg=Python+Steering+Council+nominations+close&iso=20241122T00&p1=3399>`_ [#note-aoe]_.
|
||||
|
||||
The voting period will be: November 25, 2024 through `December 9, 2024 AoE
|
||||
The voting period was: November 25, 2024 through `December 9, 2024 AoE
|
||||
<https://www.timeanddate.com/worldclock/fixedtime.html?msg=Python+Steering+Council+voting+closes&iso=20241210T00&p1=3399>`_ [#note-aoe]_.
|
||||
|
||||
|
||||
|
@ -67,7 +67,7 @@ is determined as :pep:`described in PEP 13 <13#membership>`
|
|||
and implemented via the software at `python/voters <https://github.com/python/voters>`_
|
||||
[#note-voters]_.
|
||||
|
||||
Ballots will be distributed based on the the `Python Voter Roll
|
||||
Ballots were distributed based on the the `Python Voter Roll
|
||||
<https://github.com/python/voters/blob/master/voter-files/>`_ [#note-voters]_
|
||||
for this election.
|
||||
|
||||
|
@ -77,7 +77,7 @@ While this file is not public as it contains private email addresses, the
|
|||
Election Implementation
|
||||
=======================
|
||||
|
||||
The election will be conducted using the `Helios Voting Service
|
||||
The election was conducted using the `Helios Voting Service
|
||||
<https://heliosvoting.org>`__.
|
||||
|
||||
|
||||
|
@ -128,15 +128,15 @@ Answer #1 - #N: ``Candidates from Candidates_ Section``
|
|||
Results
|
||||
=======
|
||||
|
||||
Of NN eligible voters, MM cast ballots.
|
||||
Of 100 eligible voters, 76 cast ballots.
|
||||
|
||||
The top five vote-getters are:
|
||||
|
||||
* TBD
|
||||
* TBD
|
||||
* TBD
|
||||
* TBD
|
||||
* TBD
|
||||
* Barry Warsaw
|
||||
* Donghee Na
|
||||
* Emily Morehouse
|
||||
* Gregory P. Smith
|
||||
* Pablo Galindo Salgado
|
||||
|
||||
No conflict of interest as defined in :pep:`13` were observed.
|
||||
|
||||
|
@ -145,8 +145,23 @@ The full vote counts are as follows:
|
|||
+-----------------------+----------------+
|
||||
| Candidate | Votes Received |
|
||||
+=======================+================+
|
||||
| TBD | |
|
||||
| Barry Warsaw | 58 |
|
||||
+-----------------------+----------------+
|
||||
| Donghee Na | 48 |
|
||||
+-----------------------+----------------+
|
||||
| Emily Morehouse | 52 |
|
||||
+-----------------------+----------------+
|
||||
| Ethan Furman | 31 |
|
||||
+-----------------------+----------------+
|
||||
| Gregory P. Smith | 50 |
|
||||
+-----------------------+----------------+
|
||||
| Mariatta | 23 |
|
||||
+-----------------------+----------------+
|
||||
| Pablo Galindo Salgado | 63 |
|
||||
+-----------------------+----------------+
|
||||
| Thomas Wouters | 38 |
|
||||
+-----------------------+----------------+
|
||||
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue