43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
PEP: 8012
|
||
Title: The Community Governance Model
|
||
Author: Barry Warsaw <barry@python.org>
|
||
Status: Active
|
||
Type: Informational
|
||
Content-Type: text/x-rst
|
||
Created: 2018-08-24
|
||
|
||
|
||
.. note:: This is just a placeholder until the actual governance PEPs are
|
||
written. It is possible that the title, content, model proposed,
|
||
and authorship will change once the PEP is actually written.
|
||
|
||
|
||
Abstract
|
||
========
|
||
|
||
This PEP proposes a new model of Python governance based on consensus and
|
||
voting by the Python community, without the role of a centralized singular
|
||
leader or a governing council. It describes how, when, and why votes are
|
||
conducted for decisions affecting the Python language. It also describes the
|
||
criteria for voting eligibility.
|
||
|
||
Should this model be adopted, it will be codified in PEP 13 along with the
|
||
names of all officeholders described in this PEP.
|
||
|
||
|
||
Copyright
|
||
=========
|
||
|
||
This document has been placed in the public domain.
|
||
|
||
|
||
|
||
..
|
||
Local Variables:
|
||
mode: indented-text
|
||
indent-tabs-mode: nil
|
||
sentence-end-double-space: t
|
||
fill-column: 70
|
||
coding: utf-8
|
||
End:
|