400 lines
25 KiB
HTML
400 lines
25 KiB
HTML
|
||
<!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 8103 – 2022 Term Steering Council election | peps.python.org</title>
|
||
<link rel="shortcut icon" href="../_static/py.png">
|
||
<link rel="canonical" href="https://peps.python.org/pep-8103/">
|
||
<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 8103 – 2022 Term Steering Council election | peps.python.org'>
|
||
<meta property="og:description" content="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).">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://peps.python.org/pep-8103/">
|
||
<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 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).">
|
||
<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> » </li>
|
||
<li><a href="../pep-0000/">PEP Index</a> » </li>
|
||
<li>PEP 8103</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 8103 – 2022 Term Steering Council election</h1>
|
||
<dl class="rfc2822 field-list simple">
|
||
<dt class="field-odd">Author<span class="colon">:</span></dt>
|
||
<dd class="field-odd">Ewa Jodlowska <ewa at python.org>, Ee Durbin <ee at python.org>, Joe Carey <joe at python.org></dd>
|
||
<dt class="field-even">Sponsor<span class="colon">:</span></dt>
|
||
<dd class="field-even">Barry Warsaw <barry at python.org></dd>
|
||
<dt class="field-odd">Status<span class="colon">:</span></dt>
|
||
<dd class="field-odd"><abbr title="Accepted and implementation complete, or no longer active">Final</abbr></dd>
|
||
<dt class="field-even">Type<span class="colon">:</span></dt>
|
||
<dd class="field-even"><abbr title="Non-normative PEP containing background, guidelines or other information relevant to the Python ecosystem">Informational</abbr></dd>
|
||
<dt class="field-odd">Topic<span class="colon">:</span></dt>
|
||
<dd class="field-odd"><a class="reference external" href="../topic/governance/">Governance</a></dd>
|
||
<dt class="field-even">Created<span class="colon">:</span></dt>
|
||
<dd class="field-even">04-Oct-2021</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="#election-administration">Election Administration</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 December
|
||
2021 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 steering council election for the 2022 term
|
||
(i.e. Python 3.11).</p>
|
||
</section>
|
||
<section id="election-administration">
|
||
<h2><a class="toc-backref" href="#election-administration" role="doc-backlink">Election Administration</a></h2>
|
||
<p>The steering council appointed the
|
||
<a class="reference external" href="https://www.python.org/psf-landing/">Python Software Foundation</a>
|
||
Director of Infrastructure, Ee Durbin
|
||
and Accounting Manager, Joe Carey, to coadminister the election.</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 was: November 1, 2021 through November 16, 2021 12:00 UTC
|
||
(The end of November 15, 2021 <a class="reference external" href="https://www.ieee802.org/16/aoe.html">Anywhere on Earth</a>). As announced on <a class="reference external" href="https://mail.python.org/archives/list/python-committers@python.org/thread/6WDCGUKBOVG2FIPOGTPYXD3OA2KDJLLO/">python-committers</a>,
|
||
and took place on <a class="reference external" href="https://discuss.python.org/c/core-dev/steering-council-nominations">discuss.python.org</a>.</p>
|
||
<p>The voting period is: December 1, 2021 12:00 UTC through December 16, 2021
|
||
12:00 UTC (The end of December 15, 2021 <a class="reference external" href="https://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>Nominees (in alphabetical order):</p>
|
||
<ul class="simple">
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-brett-cannon-2022-term/11839">Brett Cannon</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-mariatta-2022-term/11979">Mariatta</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-david-mertz-2022-term/12000">David Mertz</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-dong-hee-na-2022-term/12001">Dong-hee Na</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-pablo-galindo-2022-term/11947">Pablo Galindo Salgado</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-gregory-p-smith-2022-term/11999">Gregory P. Smith</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-victor-stinner-2022-term/11981">Victor Stinner</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-petr-viktorin-2022-term/12003">Petr Viktorin</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-barry-warsaw-2022-term/11911">Barry Warsaw</a></li>
|
||
<li><a class="reference external" href="https://discuss.python.org/t/steering-council-nomination-thomas-wouters-2022-term/11946">Thomas Wouters</a></li>
|
||
</ul>
|
||
<p>Withdrawn nominations:</p>
|
||
<ul class="simple">
|
||
<li>None</li>
|
||
</ul>
|
||
</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. Active status
|
||
is determined as described in <a class="pep reference internal" href="../pep-0013/#membership" title="PEP 13 – Python Language Governance § Membership">PEP 13</a>
|
||
and implemented via the software at <a class="reference external" href="https://github.com/python/voters">python/voters</a> <a class="footnote-reference brackets" href="#id4" id="id2">[1]</a>.</p>
|
||
<p>Ballots will be distributed based on the <a class="reference external" href="https://github.com/python/voters/blob/master/voter-files/">The Python Voter Roll for this
|
||
election</a>
|
||
<a class="footnote-reference brackets" href="#id4" id="id3">[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 will be made available when the roll is
|
||
created.</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">2022-python-steering-council</span></code></p>
|
||
<p>Name: <code class="docutils literal notranslate"><span class="pre">2022</span> <span class="pre">Python</span> <span class="pre">Steering</span> <span class="pre">Council</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">steering</span> <span class="pre">council</span> <span class="pre">election</span> <span class="pre">for</span> <span class="pre">the</span> <span class="pre">2022</span> <span class="pre">term.</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">psf-election@python.org</span></code></p>
|
||
<p>Voting starts at: <code class="docutils literal notranslate"><span class="pre">December</span> <span class="pre">1,</span> <span class="pre">2021</span> <span class="pre">00:00</span> <span class="pre">UTC</span></code></p>
|
||
<p>Voting ends at: <code class="docutils literal notranslate"><span class="pre">December</span> <span class="pre">16,</span> <span class="pre">2021</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">-</span> <span class="pre">(approval)</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 85 eligible voters, 67 cast ballots.</p>
|
||
<p>The top five vote-getters are:</p>
|
||
<ul class="simple">
|
||
<li>Pablo Galindo Salgado</li>
|
||
<li>Petr Viktorin</li>
|
||
<li>Thomas Wouters</li>
|
||
<li>Gregory P. Smith</li>
|
||
<li>Brett Cannon</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>Pablo Galindo Salgado</td>
|
||
<td>61</td>
|
||
</tr>
|
||
<tr class="row-odd"><td>Petr Viktorin</td>
|
||
<td>48</td>
|
||
</tr>
|
||
<tr class="row-even"><td>Thomas Wouters</td>
|
||
<td>48</td>
|
||
</tr>
|
||
<tr class="row-odd"><td>Gregory P. Smith</td>
|
||
<td>44</td>
|
||
</tr>
|
||
<tr class="row-even"><td>Brett Cannon</td>
|
||
<td>42</td>
|
||
</tr>
|
||
<tr class="row-odd"><td>Barry Warsaw</td>
|
||
<td>39</td>
|
||
</tr>
|
||
<tr class="row-even"><td>Victor Stinner</td>
|
||
<td>35</td>
|
||
</tr>
|
||
<tr class="row-odd"><td>Mariatta</td>
|
||
<td>34</td>
|
||
</tr>
|
||
<tr class="row-even"><td>Dong-hee Na</td>
|
||
<td>26</td>
|
||
</tr>
|
||
<tr class="row-odd"><td>David Mertz</td>
|
||
<td>24</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">Abhilash</span> <span class="n">Raj</span>
|
||
<span class="n">Alex</span> <span class="n">Gaynor</span>
|
||
<span class="n">Ammar</span> <span class="n">Askar</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">Barry</span> <span class="n">Warsaw</span>
|
||
<span class="n">Batuhan</span> <span class="n">Taskaya</span>
|
||
<span class="n">Benjamin</span> <span class="n">Peterson</span>
|
||
<span class="n">Berker</span> <span class="n">Peksağ</span>
|
||
<span class="n">Brandt</span> <span class="n">Bucher</span>
|
||
<span class="n">Brett</span> <span class="n">Cannon</span>
|
||
<span class="n">Brian</span> <span class="n">Curtin</span>
|
||
<span class="n">Brian</span> <span class="n">Quinlan</span>
|
||
<span class="n">Carol</span> <span class="n">Willing</span>
|
||
<span class="n">Cheryl</span> <span class="n">Sabella</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">Dino</span> <span class="n">Viehland</span>
|
||
<span class="n">Dong</span><span class="o">-</span><span class="n">hee</span> <span class="n">Na</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">Facundo</span> <span class="n">Batista</span>
|
||
<span class="n">Fred</span> <span class="n">Drake</span>
|
||
<span class="n">Giampaolo</span> <span class="n">Rodolà</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">Hynek</span> <span class="n">Schlawack</span>
|
||
<span class="n">Inada</span> <span class="n">Naoki</span>
|
||
<span class="n">Irit</span> <span class="n">Katriel</span>
|
||
<span class="n">Ivan</span> <span class="n">Levkivskyi</span>
|
||
<span class="n">Jason</span> <span class="n">R</span><span class="o">.</span> <span class="n">Coombs</span>
|
||
<span class="n">Jeremy</span> <span class="n">Kloth</span>
|
||
<span class="n">Jesús</span> <span class="n">Cea</span>
|
||
<span class="n">Joannah</span> <span class="n">Nanjekye</span>
|
||
<span class="n">Julien</span> <span class="n">Palard</span>
|
||
<span class="n">Karthikeyan</span> <span class="n">Singaravelan</span>
|
||
<span class="n">Ken</span> <span class="n">Jin</span>
|
||
<span class="n">Kushal</span> <span class="n">Das</span>
|
||
<span class="n">Kyle</span> <span class="n">Stanley</span>
|
||
<span class="n">Larry</span> <span class="n">Hastings</span>
|
||
<span class="n">Lisa</span> <span class="n">Roach</span>
|
||
<span class="n">Łukasz</span> <span class="n">Langa</span>
|
||
<span class="n">Lysandros</span> <span class="n">Nikolaou</span>
|
||
<span class="n">Marc</span><span class="o">-</span><span class="n">André</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">Shannon</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">Ganssle</span>
|
||
<span class="n">Paul</span> <span class="n">Moore</span>
|
||
<span class="n">Petr</span> <span class="n">Viktorin</span>
|
||
<span class="n">Raymond</span> <span class="n">Hettinger</span>
|
||
<span class="n">Ronald</span> <span class="n">Oussoren</span>
|
||
<span class="n">Senthil</span> <span class="n">Kumaran</span>
|
||
<span class="n">Serhiy</span> <span class="n">Storchaka</span>
|
||
<span class="n">Stefan</span> <span class="n">Behnel</span>
|
||
<span class="n">Stéphane</span> <span class="n">Wirtel</span>
|
||
<span class="n">Steve</span> <span class="n">Dower</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">Wouters</span>
|
||
<span class="n">Tim</span> <span class="n">Golden</span>
|
||
<span class="n">Tim</span> <span class="n">Peters</span>
|
||
<span class="n">Victor</span> <span class="n">Stinner</span>
|
||
<span class="n">Vinay</span> <span class="n">Sajip</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="id4" role="doc-footnote">
|
||
<dt class="label" id="id4">[1]<em> (<a href='#id2'>1</a>, <a href='#id3'>2</a>) </em></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-8103.rst">https://github.com/python/peps/blob/main/peps/pep-8103.rst</a></p>
|
||
<p>Last modified: <a class="reference external" href="https://github.com/python/peps/commits/main/peps/pep-8103.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="#election-administration">Election Administration</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-8103.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> |