python-peps/pep-0010.txt

82 lines
2.0 KiB
Plaintext
Raw Normal View History

PEP: 10
Title: Voting Guidelines
Version: $Revision$
Last-Modified: $Date$
2007-06-28 15:53:41 -04:00
Author: barry@python.org (Barry Warsaw)
Status: Active
2007-06-19 00:52:34 -04:00
Type: Process
2016-06-21 18:33:07 -04:00
Content-Type: text/x-rst
Created: 07-Mar-2002
2002-03-07 14:26:07 -05:00
Post-History: 07-Mar-2002
2016-06-21 18:33:07 -04:00
Abstract
2016-06-21 18:33:07 -04:00
========
2016-06-21 18:33:07 -04:00
This PEP outlines the python-dev voting guidelines. These guidelines
serve to provide feedback or gauge the "wind direction" on a
particular proposal, idea, or feature. They don't have a binding
force.
Rationale
2016-06-21 18:33:07 -04:00
=========
2016-06-21 18:33:07 -04:00
When a new idea, feature, patch, etc. is floated in the Python
community, either through a PEP or on the mailing lists (most likely
on python-dev [1]_), it is sometimes helpful to gauge the community's
general sentiment. Sometimes people just want to register their
opinion of an idea. Sometimes the BDFL wants to take a straw poll.
Whatever the reason, these guidelines have been adopted so as to
provide a common language for developers.
2016-06-21 18:33:07 -04:00
While opinions are (sometimes) useful, but they are never binding.
Opinions that are accompanied by rationales are always valued higher
than bare scores (this is especially true with -1 votes).
Voting Scores
2016-06-21 18:33:07 -04:00
=============
2016-06-21 18:33:07 -04:00
The scoring guidelines are loosely derived from the Apache voting
procedure [2]_, with of course our own spin on things. There are 4
possible vote scores:
2016-06-21 18:33:07 -04:00
- ``+1`` I like it
2016-06-21 18:33:07 -04:00
- ``+0`` I don't care, but go ahead
2016-06-21 18:33:07 -04:00
- ``-0`` I don't care, so why bother?
2016-06-21 18:33:07 -04:00
- ``-1`` I hate it
2016-06-21 18:33:07 -04:00
You may occasionally see wild flashes of enthusiasm (either for or
against) with vote scores like +2, +1000, or -1000. These aren't
really valued much beyond the above scores, but it's nice to see
people get excited about such geeky stuff.
References
2016-06-21 18:33:07 -04:00
==========
2016-06-21 18:33:07 -04:00
.. [1] Python Developer's Guide,
(http://www.python.org/dev/)
2016-06-21 18:33:07 -04:00
.. [2] Apache Project Guidelines and Voting Rules
(http://httpd.apache.org/dev/guidelines.html)
Copyright
2016-06-21 18:33:07 -04:00
=========
2016-06-21 18:33:07 -04:00
This document has been placed in the public domain.
2016-06-21 18:33:07 -04:00
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End: