From 2c89d6ac2ccea9d8691f1b75d95c2d7294cc32ca Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 4 Oct 2021 20:27:58 -0700 Subject: [PATCH] PEP 13: updated and draft PEP 8103 created (#2098) * Update PEP 13 and create PEP 8103 --- pep-0013.rst | 1 + pep-8103.rst | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+) create mode 100644 pep-8103.rst diff --git a/pep-0013.rst b/pep-0013.rst index 7b78d8448..e12c9aa76 100644 --- a/pep-0013.rst +++ b/pep-0013.rst @@ -332,6 +332,7 @@ History of council elections * January 2019: PEP 8100 * December 2019: PEP 8101 +* December 2020: PEP 8102 History of amendments diff --git a/pep-8103.rst b/pep-8103.rst new file mode 100644 index 000000000..951370264 --- /dev/null +++ b/pep-8103.rst @@ -0,0 +1,171 @@ +PEP: 8103 +Title: 2022 Term steering council election +Version: $Revision$ +Last-Modified: $Date$ +Author: Ewa Jodlowska , Ee W. Durbin III , Joe Carey +Sponsor: Barry Warsaw +Status: Draft +Type: Informational +Content-Type: text/x-rst +Created: 04-Oct-2021 + + +Abstract +======== + +This document describes the schedule and other details of the December +2021 election for the Python steering council, as specified in +PEP 13. This is the steering council election for the 2022 term +(i.e. Python 3.11). + + +Election Administration +======================= + +TBD: Determine election administrators + + +Schedule +======== + +.. note:: + + The dates are not official. They were copied from PEP 8102 (for + the 2021 term) and are only proposed here for now. + +There will be a two-week nomination period, followed by a two-week +vote. + +The nomination period shall be: November 1, 2021 through November 16, +2021 12:00 UTC (The end of November 15, 2021 `Anywhere on Earth +`_). + +The voting period shall be: December 1, 2021 12:00 UTC through +December 16, 2021 12:00 UTC (The end of December 15, 2020 `Anywhere on +Earth `_). + + +Candidates +========== + +Candidates must be nominated by a core team member. If the candidate +is a core team member, they may nominate themselves. + +Nominees (in alphabetical order): + +- TBD + +Withdrawn nominations: + +- TBD + + +Voter Roll +========== + +All active Python core team members are eligible to vote. Active status +is determined as described in `PEP 13 `_ +and implemented via the software at `python/voters `_ [1]_. + +Ballots will be distributed based on the `The Python Voter Roll for this +election +`_ +[1]_. + +While this file is not public as it contains private email addresses, the +`Complete Voter Roll`_ by name will be made available when the roll is +created. + + +Election Implementation +======================= + +The election will be conducted using the `Helios Voting Service +`__. + + +Configuration +------------- + +.. note:: + + These details are subject to change. + + +Short name: ``2022-python-steering-council`` + +Name: ``2022 Python Steering Council Election`` + +Description: ``Election for the Python steering council, as specified +in PEP 13. This is steering council election for the 2022 term.`` + +type: ``Election`` + +Use voter aliases: ``[X]`` + +Randomize answer order: ``[X]`` + +Private: ``[X]`` + +Help Email Address: ``psf-election@python.org`` + +Voting starts at: ``December 1, 2021 00:00 UTC`` + +Voting ends at: ``December 16, 2021 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 +======= + +- TBD + + +Copyright +========= + +This document has been placed in the public domain. + + +Complete Voter Roll +=================== + +Active Python core developers +----------------------------- + +- TBD + + +.. [1] This repository is private and accessible only to Python Core + Developers, administrators, and Python Software Foundation Staff as it + contains personal email addresses. + + + +.. + Local Variables: + mode: indented-text + indent-tabs-mode: nil + sentence-end-double-space: t + fill-column: 70 + coding: utf-8 + End: