2018-08-25 14:50:09 -04:00
|
|
|
|
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,
|
2018-08-27 12:18:46 -04:00
|
|
|
|
and authorship will change once the PEP is actually written.
|
2018-08-25 14:50:09 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This PEP proposes a new model of Python governance based on consensus and
|
2018-08-27 12:18:46 -04:00
|
|
|
|
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.
|
2018-08-25 14:50:09 -04:00
|
|
|
|
|
|
|
|
|
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:
|