python-peps/pep-8100/index.html

437 lines
26 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>PEP 8100 January 2019 Steering Council election | peps.python.org</title>
<link rel="shortcut icon" href="../_static/py.png">
<link rel="canonical" href="https://peps.python.org/pep-8100/">
<link rel="stylesheet" href="../_static/style.css" type="text/css">
<link rel="stylesheet" href="../_static/mq.css" type="text/css">
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" media="(prefers-color-scheme: light)" id="pyg-light">
<link rel="stylesheet" href="../_static/pygments_dark.css" type="text/css" media="(prefers-color-scheme: dark)" id="pyg-dark">
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://peps.python.org/peps.rss">
<meta property="og:title" content='PEP 8100 January 2019 Steering Council election | peps.python.org'>
<meta property="og:description" content="This document describes the schedule and other details of the January 2019 election for the Python steering council, as specified in PEP 13. This is the first steering council election.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://peps.python.org/pep-8100/">
<meta property="og:site_name" content="Python Enhancement Proposals (PEPs)">
<meta property="og:image" content="https://peps.python.org/_static/og-image.png">
<meta property="og:image:alt" content="Python PEPs">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta name="description" content="This document describes the schedule and other details of the January 2019 election for the Python steering council, as specified in PEP 13. This is the first steering council election.">
<meta name="theme-color" content="#3776ab">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-sun-half" viewBox="0 0 24 24" pointer-events="all">
<title>Following system colour scheme</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9"></circle>
<path d="M12 3v18m0-12l4.65-4.65M12 14.3l7.37-7.37M12 19.6l8.85-8.85"></path>
</svg>
</symbol>
<symbol id="svg-moon" viewBox="0 0 24 24" pointer-events="all">
<title>Selected dark colour scheme</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path>
</svg>
</symbol>
<symbol id="svg-sun" viewBox="0 0 24 24" pointer-events="all">
<title>Selected light colour scheme</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</symbol>
</svg>
<script>
document.documentElement.dataset.colour_scheme = localStorage.getItem("colour_scheme") || "auto"
</script>
<section id="pep-page-section">
<header>
<h1>Python Enhancement Proposals</h1>
<ul class="breadcrumbs">
<li><a href="https://www.python.org/" title="The Python Programming Language">Python</a> &raquo; </li>
<li><a href="../pep-0000/">PEP Index</a> &raquo; </li>
<li>PEP 8100</li>
</ul>
<button id="colour-scheme-cycler" onClick="setColourScheme(nextColourScheme())">
<svg aria-hidden="true" class="colour-scheme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
<svg aria-hidden="true" class="colour-scheme-icon-when-dark"><use href="#svg-moon"></use></svg>
<svg aria-hidden="true" class="colour-scheme-icon-when-light"><use href="#svg-sun"></use></svg>
<span class="visually-hidden">Toggle light / dark / auto colour theme</span>
</button>
</header>
<article>
<section id="pep-content">
<h1 class="page-title">PEP 8100 January 2019 Steering Council election</h1>
<dl class="rfc2822 field-list simple">
<dt class="field-odd">Author<span class="colon">:</span></dt>
<dd class="field-odd">Nathaniel J. Smith &lt;njs&#32;&#97;t&#32;pobox.com&gt;, Ee Durbin &lt;ee&#32;&#97;t&#32;python.org&gt;</dd>
<dt class="field-even">Status<span class="colon">:</span></dt>
<dd class="field-even"><abbr title="Accepted and implementation complete, or no longer active">Final</abbr></dd>
<dt class="field-odd">Type<span class="colon">:</span></dt>
<dd class="field-odd"><abbr title="Non-normative PEP containing background, guidelines or other information relevant to the Python ecosystem">Informational</abbr></dd>
<dt class="field-even">Topic<span class="colon">:</span></dt>
<dd class="field-even"><a class="reference external" href="../topic/governance/">Governance</a></dd>
<dt class="field-odd">Created<span class="colon">:</span></dt>
<dd class="field-odd">03-Jan-2019</dd>
</dl>
<hr class="docutils" />
<section id="contents">
<details><summary>Table of Contents</summary><ul class="simple">
<li><a class="reference internal" href="#abstract">Abstract</a></li>
<li><a class="reference internal" href="#returns-officer">Returns officer</a></li>
<li><a class="reference internal" href="#schedule">Schedule</a></li>
<li><a class="reference internal" href="#candidates">Candidates</a></li>
<li><a class="reference internal" href="#voter-roll">Voter Roll</a></li>
<li><a class="reference internal" href="#election-implementation">Election Implementation</a><ul>
<li><a class="reference internal" href="#configuration">Configuration</a></li>
<li><a class="reference internal" href="#questions">Questions</a><ul>
<li><a class="reference internal" href="#question-1">Question 1</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="reference internal" href="#results">Results</a></li>
<li><a class="reference internal" href="#copyright">Copyright</a></li>
<li><a class="reference internal" href="#complete-voter-roll">Complete Voter Roll</a><ul>
<li><a class="reference internal" href="#active-python-core-developers">Active Python core developers</a></li>
</ul>
</li>
</ul>
</details></section>
<section id="abstract">
<h2><a class="toc-backref" href="#abstract" role="doc-backlink">Abstract</a></h2>
<p>This document describes the schedule and other details of the January
2019 election for the Python steering council, as specified in
<a class="pep reference internal" href="../pep-0013/" title="PEP 13 Python Language Governance">PEP 13</a>. This is the first steering council election.</p>
</section>
<section id="returns-officer">
<h2><a class="toc-backref" href="#returns-officer" role="doc-backlink">Returns officer</a></h2>
<p>In future elections, the returns officer will be appointed by the
outgoing steering council. Since this is the first election, we have
no outgoing steering council, and <a class="pep reference internal" href="../pep-0013/" title="PEP 13 Python Language Governance">PEP 13</a> says that the returns officer
is instead appointed by the PSF Executive Director, Ewa Jodlowska.
<a class="reference external" href="https://discuss.python.org/t/officially-appointing-the-returns-officer-for-the-steering-council-election/603">She appointed Ee Durbin</a>.</p>
</section>
<section id="schedule">
<h2><a class="toc-backref" href="#schedule" role="doc-backlink">Schedule</a></h2>
<p>There will be a two-week nomination period, followed by a two-week
vote.</p>
<p>The nomination period is: January 7, 2019 through January 20, 2019</p>
<p>The voting period is: January 21, 2019 12:00 UTC through February 4, 2019 12:00
UTC (The end of February 3, 2019 <a class="reference external" href="http://www.ieee802.org/16/aoe.html">Anywhere on Earth</a>)</p>
</section>
<section id="candidates">
<h2><a class="toc-backref" href="#candidates" role="doc-backlink">Candidates</a></h2>
<p>Candidates must be nominated by a core team member. If the candidate
is a core team member, they may nominate themselves.</p>
<p>Once the nomination period opens, candidates will be listed here:</p>
<ol class="arabic simple">
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-brett-cannon/620">Brett Cannon</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-nick-coghlan/624">Alyssa (Nick) Coghlan</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-barry-warsaw/629">Barry Warsaw</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-guido-van-rossum/628">Guido van Rossum</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-victor-stinner/635">Victor Stinner</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-yury-selivanov/645">Yury Selivanov</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-david-mertz/647">David Mertz</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-lukasz-langa/660">Łukasz Langa</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-benjamin-peterson/665">Benjamin Peterson</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-mariatta/670">Mariatta</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-carol-willing/674">Carol Willing</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-emily-morehouse/686">Emily Morehouse</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-peter-wang/694">Peter Wang</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-donald-stufft/700">Donald Stufft</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-travis-oliphant/705">Travis Oliphant</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-kushal-das/702">Kushal Das</a></li>
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-gregory-p-smith/737">Gregory P. Smith</a></li>
</ol>
</section>
<section id="voter-roll">
<h2><a class="toc-backref" href="#voter-roll" role="doc-backlink">Voter Roll</a></h2>
<p>All active Python core team members are eligible to vote.</p>
<p>Ballots will be distributed based on the <a class="reference external" href="https://github.com/python/voters/blob/master/2019-01-21-2019-python-steering-committee-election-election.csv">The Python Voter Roll for this
election</a>
<a class="footnote-reference brackets" href="#id2" id="id1">[1]</a>.</p>
<p>While this file is not public as it contains private email addresses, the
<a class="reference internal" href="#complete-voter-roll">Complete Voter Roll</a> by name is available.</p>
</section>
<section id="election-implementation">
<h2><a class="toc-backref" href="#election-implementation" role="doc-backlink">Election Implementation</a></h2>
<p>The election will be conducted using the <a class="reference external" href="https://heliosvoting.org">Helios Voting Service</a>.</p>
<section id="configuration">
<h3><a class="toc-backref" href="#configuration" role="doc-backlink">Configuration</a></h3>
<p>Short name: <code class="docutils literal notranslate"><span class="pre">2019-python-steering-committee</span></code></p>
<p>Name: <code class="docutils literal notranslate"><span class="pre">2019</span> <span class="pre">Python</span> <span class="pre">Steering</span> <span class="pre">Committee</span> <span class="pre">Election</span></code></p>
<p>Description: <code class="docutils literal notranslate"><span class="pre">Election</span> <span class="pre">for</span> <span class="pre">the</span> <span class="pre">Python</span> <span class="pre">steering</span> <span class="pre">council,</span> <span class="pre">as</span> <span class="pre">specified</span> <span class="pre">in</span> <span class="pre">PEP</span> <span class="pre">13.</span> <span class="pre">This</span> <span class="pre">is</span> <span class="pre">the</span> <span class="pre">first</span> <span class="pre">steering</span> <span class="pre">council</span> <span class="pre">election.</span></code></p>
<p>type: <code class="docutils literal notranslate"><span class="pre">Election</span></code></p>
<p>Use voter aliases: <code class="docutils literal notranslate"><span class="pre">[X]</span></code></p>
<p>Randomize answer order: <code class="docutils literal notranslate"><span class="pre">[X]</span></code></p>
<p>Private: <code class="docutils literal notranslate"><span class="pre">[X]</span></code></p>
<p>Help Email Address: <code class="docutils literal notranslate"><span class="pre">ee&#64;python.org</span></code></p>
<p>Voting starts at: <code class="docutils literal notranslate"><span class="pre">January</span> <span class="pre">21,</span> <span class="pre">2019</span> <span class="pre">12:00</span> <span class="pre">UTC</span></code></p>
<p>Voting ends at: <code class="docutils literal notranslate"><span class="pre">February</span> <span class="pre">4,</span> <span class="pre">2019</span> <span class="pre">12:00</span> <span class="pre">UTC</span></code></p>
<p>This will create an election in which:</p>
<ul class="simple">
<li>Voting is not open to the public, only those on the <a class="reference internal" href="#voter-roll">Voter Roll</a> may
participate. Ballots will be emailed when voting starts.</li>
<li>Candidates are presented in random order, to help avoid bias.</li>
<li>Voter identities and ballots are protected against cryptographic advances.</li>
</ul>
</section>
<section id="questions">
<h3><a class="toc-backref" href="#questions" role="doc-backlink">Questions</a></h3>
<section id="question-1">
<h4><a class="toc-backref" href="#question-1" role="doc-backlink">Question 1</a></h4>
<p>Select between <code class="docutils literal notranslate"><span class="pre">0</span></code> and <code class="docutils literal notranslate"><span class="pre">5</span></code> answers. Result Type: <code class="docutils literal notranslate"><span class="pre">absolute</span></code></p>
<p>Question: <code class="docutils literal notranslate"><span class="pre">Select</span> <span class="pre">candidates</span> <span class="pre">for</span> <span class="pre">the</span> <span class="pre">Python</span> <span class="pre">Steering</span> <span class="pre">Council</span></code></p>
<p>Answer #1 - #N: <code class="docutils literal notranslate"><span class="pre">Candidates</span> <span class="pre">from</span> <span class="pre">Candidates_</span> <span class="pre">Section</span></code></p>
</section>
</section>
</section>
<section id="results">
<h2><a class="toc-backref" href="#results" role="doc-backlink">Results</a></h2>
<p>Of the 96 eligible voters, 69 cast ballots.</p>
<p>The top five vote-getters are:</p>
<ul class="simple">
<li>Barry Warsaw</li>
<li>Brett Cannon</li>
<li>Carol Willing</li>
<li>Guido van Rossum</li>
<li>Alyssa (Nick) Coghlan</li>
</ul>
<p>No conflict of interest as defined in <a class="pep reference internal" href="../pep-0013/" title="PEP 13 Python Language Governance">PEP 13</a> were observed.</p>
<p>The full vote counts are as follows:</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head">Candidate</th>
<th class="head">Votes Received</th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td>Guido van Rossum</td>
<td>45</td>
</tr>
<tr class="row-odd"><td>Brett Cannon</td>
<td>44</td>
</tr>
<tr class="row-even"><td>Carol Willing</td>
<td>33</td>
</tr>
<tr class="row-odd"><td>Barry Warsaw</td>
<td>31</td>
</tr>
<tr class="row-even"><td>Alyssa (Nick) Coghlan</td>
<td>25</td>
</tr>
<tr class="row-odd"><td>Benjamin Peterson</td>
<td>22</td>
</tr>
<tr class="row-even"><td>Łukasz Langa</td>
<td>21</td>
</tr>
<tr class="row-odd"><td>Victor Stinner</td>
<td>21</td>
</tr>
<tr class="row-even"><td>Mariatta</td>
<td>20</td>
</tr>
<tr class="row-odd"><td>Emily Morehouse</td>
<td>18</td>
</tr>
<tr class="row-even"><td>Yury Selivanov</td>
<td>15</td>
</tr>
<tr class="row-odd"><td>Donald Stufft</td>
<td>11</td>
</tr>
<tr class="row-even"><td>Peter Wang</td>
<td>10</td>
</tr>
<tr class="row-odd"><td>Travis Oliphant</td>
<td>8</td>
</tr>
<tr class="row-even"><td>Kushal Das</td>
<td>7</td>
</tr>
<tr class="row-odd"><td>Gregory P. Smith</td>
<td>6</td>
</tr>
<tr class="row-even"><td>David Mertz</td>
<td>3</td>
</tr>
</tbody>
</table>
</section>
<section id="copyright">
<h2><a class="toc-backref" href="#copyright" role="doc-backlink">Copyright</a></h2>
<p>This document has been placed in the public domain.</p>
</section>
<section id="complete-voter-roll">
<h2><a class="toc-backref" href="#complete-voter-roll" role="doc-backlink">Complete Voter Roll</a></h2>
<section id="active-python-core-developers">
<h3><a class="toc-backref" href="#active-python-core-developers" role="doc-backlink">Active Python core developers</a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Alex</span> <span class="n">Gaynor</span>
<span class="n">Alex</span> <span class="n">Martelli</span>
<span class="n">Alexander</span> <span class="n">Belopolsky</span>
<span class="n">Alexandre</span> <span class="n">Vassalotti</span>
<span class="n">Amaury</span> <span class="n">Forgeot</span> <span class="n">d</span><span class="s1">&#39;Arc</span>
<span class="n">Andrew</span> <span class="n">Kuchling</span>
<span class="n">Andrew</span> <span class="n">Svetlov</span>
<span class="n">Antoine</span> <span class="n">Pitrou</span>
<span class="n">Armin</span> <span class="n">Ronacher</span>
<span class="n">Barry</span> <span class="n">Warsaw</span>
<span class="n">Benjamin</span> <span class="n">Peterson</span>
<span class="n">Berker</span> <span class="n">Peksag</span>
<span class="n">Brett</span> <span class="n">Cannon</span>
<span class="n">Brian</span> <span class="n">Curtin</span>
<span class="n">Carol</span> <span class="n">Willing</span>
<span class="n">Chris</span> <span class="n">Jerdonek</span>
<span class="n">Chris</span> <span class="n">Withers</span>
<span class="n">Christian</span> <span class="n">Heimes</span>
<span class="n">David</span> <span class="n">Malcolm</span>
<span class="n">David</span> <span class="n">Wolever</span>
<span class="n">Davin</span> <span class="n">Potts</span>
<span class="n">Dino</span> <span class="n">Viehland</span>
<span class="n">Donald</span> <span class="n">Stufft</span>
<span class="n">Doug</span> <span class="n">Hellmann</span>
<span class="n">Eli</span> <span class="n">Bendersky</span>
<span class="n">Emily</span> <span class="n">Morehouse</span>
<span class="n">Éric</span> <span class="n">Araujo</span>
<span class="n">Eric</span> <span class="n">Snow</span>
<span class="n">Eric</span> <span class="n">V</span><span class="o">.</span> <span class="n">Smith</span>
<span class="n">Ethan</span> <span class="n">Furman</span>
<span class="n">Ezio</span> <span class="n">Melotti</span>
<span class="n">Facundo</span> <span class="n">Batista</span>
<span class="n">Fred</span> <span class="n">Drake</span>
<span class="n">Georg</span> <span class="n">Brandl</span>
<span class="n">Giampaolo</span> <span class="n">Rodola</span><span class="s1">&#39;</span>
<span class="n">Gregory</span> <span class="n">P</span><span class="o">.</span> <span class="n">Smith</span>
<span class="n">Guido</span> <span class="n">van</span> <span class="n">Rossum</span>
<span class="n">Hyeshik</span> <span class="n">Chang</span>
<span class="n">Hynek</span> <span class="n">Schlawack</span>
<span class="n">INADA</span> <span class="n">Naoki</span>
<span class="n">Ivan</span> <span class="n">Levkivskyi</span>
<span class="n">Jack</span> <span class="n">Diederich</span>
<span class="n">Jack</span> <span class="n">Jansen</span>
<span class="n">Jason</span> <span class="n">R</span><span class="o">.</span> <span class="n">Coombs</span>
<span class="n">Jeff</span> <span class="n">Hardy</span>
<span class="n">Jeremy</span> <span class="n">Hylton</span>
<span class="n">Jesús</span> <span class="n">Cea</span>
<span class="n">Julien</span> <span class="n">Palard</span>
<span class="n">Kurt</span> <span class="n">B</span><span class="o">.</span> <span class="n">Kaiser</span>
<span class="n">Kushal</span> <span class="n">Das</span>
<span class="n">Larry</span> <span class="n">Hastings</span>
<span class="n">Lars</span> <span class="n">Gustäbel</span>
<span class="n">Lisa</span> <span class="n">Roach</span>
<span class="n">Łukasz</span> <span class="n">Langa</span>
<span class="n">Marc</span><span class="o">-</span><span class="n">Andre</span> <span class="n">Lemburg</span>
<span class="n">Mariatta</span>
<span class="n">Mark</span> <span class="n">Dickinson</span>
<span class="n">Mark</span> <span class="n">Hammond</span>
<span class="n">Mark</span> <span class="n">Shannon</span>
<span class="n">Martin</span> <span class="n">Panter</span>
<span class="n">Matthias</span> <span class="n">Klose</span>
<span class="n">Meador</span> <span class="n">Inge</span>
<span class="n">Michael</span> <span class="n">Hudson</span><span class="o">-</span><span class="n">Doyle</span>
<span class="n">Nathaniel</span> <span class="n">J</span><span class="o">.</span> <span class="n">Smith</span>
<span class="n">Ned</span> <span class="n">Deily</span>
<span class="n">Neil</span> <span class="n">Schemenauer</span>
<span class="n">Alyssa</span> <span class="n">Coghlan</span>
<span class="n">Pablo</span> <span class="n">Galindo</span>
<span class="n">Paul</span> <span class="n">Moore</span>
<span class="n">Petr</span> <span class="n">Viktorin</span>
<span class="n">Petri</span> <span class="n">Lehtinen</span>
<span class="n">Philip</span> <span class="n">Jenvey</span>
<span class="n">R</span><span class="o">.</span> <span class="n">David</span> <span class="n">Murray</span>
<span class="n">Raymond</span> <span class="n">Hettinger</span>
<span class="n">Robert</span> <span class="n">Collins</span>
<span class="n">Ronald</span> <span class="n">Oussoren</span>
<span class="n">Sandro</span> <span class="n">Tosi</span>
<span class="n">Senthil</span> <span class="n">Kumaran</span>
<span class="n">Serhiy</span> <span class="n">Storchaka</span>
<span class="n">Sjoerd</span> <span class="n">Mullender</span>
<span class="n">Stefan</span> <span class="n">Krah</span>
<span class="n">Steve</span> <span class="n">Dower</span>
<span class="n">Steven</span> <span class="n">Daprano</span>
<span class="n">T</span><span class="o">.</span> <span class="n">Wouters</span>
<span class="n">Tal</span> <span class="n">Einat</span>
<span class="n">Terry</span> <span class="n">Jan</span> <span class="n">Reedy</span>
<span class="n">Thomas</span> <span class="n">Heller</span>
<span class="n">Tim</span> <span class="n">Golden</span>
<span class="n">Tim</span> <span class="n">Peters</span>
<span class="n">Trent</span> <span class="n">Nelson</span>
<span class="n">Victor</span> <span class="n">Stinner</span>
<span class="n">Vinay</span> <span class="n">Sajip</span>
<span class="n">Walter</span> <span class="n">Dörwald</span>
<span class="n">Xiang</span> <span class="n">Zhang</span>
<span class="n">Yury</span> <span class="n">Selivanov</span>
<span class="n">Zachary</span> <span class="n">Ware</span>
</pre></div>
</div>
<aside class="footnote-list brackets">
<aside class="footnote brackets" id="id2" role="doc-footnote">
<dt class="label" id="id2">[<a href="#id1">1</a>]</dt>
<dd>This repository is private and accessible only to Python Core
Developers, administrators, and Python Software Foundation Staff as it
contains personal email addresses.</aside>
</aside>
</section>
</section>
</section>
<hr class="docutils" />
<p>Source: <a class="reference external" href="https://github.com/python/peps/blob/main/peps/pep-8100.rst">https://github.com/python/peps/blob/main/peps/pep-8100.rst</a></p>
<p>Last modified: <a class="reference external" href="https://github.com/python/peps/commits/main/peps/pep-8100.rst">2023-10-11 12:05:51 GMT</a></p>
</article>
<nav id="pep-sidebar">
<h2>Contents</h2>
<ul>
<li><a class="reference internal" href="#abstract">Abstract</a></li>
<li><a class="reference internal" href="#returns-officer">Returns officer</a></li>
<li><a class="reference internal" href="#schedule">Schedule</a></li>
<li><a class="reference internal" href="#candidates">Candidates</a></li>
<li><a class="reference internal" href="#voter-roll">Voter Roll</a></li>
<li><a class="reference internal" href="#election-implementation">Election Implementation</a><ul>
<li><a class="reference internal" href="#configuration">Configuration</a></li>
<li><a class="reference internal" href="#questions">Questions</a><ul>
<li><a class="reference internal" href="#question-1">Question 1</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="reference internal" href="#results">Results</a></li>
<li><a class="reference internal" href="#copyright">Copyright</a></li>
<li><a class="reference internal" href="#complete-voter-roll">Complete Voter Roll</a><ul>
<li><a class="reference internal" href="#active-python-core-developers">Active Python core developers</a></li>
</ul>
</li>
</ul>
<br>
<a id="source" href="https://github.com/python/peps/blob/main/peps/pep-8100.rst">Page Source (GitHub)</a>
</nav>
</section>
<script src="../_static/colour_scheme.js"></script>
<script src="../_static/wrap_tables.js"></script>
<script src="../_static/sticky_banner.js"></script>
</body>
</html>