-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsep-0010.txt
78 lines (56 loc) · 1.98 KB
/
sep-0010.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
SEP: 10
Title: Voting Guidelines
Version: $Revision$
Last-Modified: $Date$
Author: Michael Carroll <[email protected]>
Status: Draft
Type: Process
Content-Type: text/x-rst
Created: 19-Sep-2010
Post-History: 19-Sep-2010
Abstract
========
This SEP outlines the SPaRC 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. SEP 10
is a direct copy of PEP 10 [1]_ by Barry Warsaw. The Author field of
this document has been updated to reflect responsiblity for
maintenance.
Rationale
=========
When a new idea, feature, patch, etc. is floated in the SPaRC, either
through a REP or on the mailing lists (most likely on
<[email protected]>), it is sometimes helpful to gauge the
community's general sentiment. Sometimes people just want to register
their opinion of an idea. Sometimes SPaRC members like to perform
simple arithmetic operations. Whatever the reason, these guidelines
have been adopted so as to provide a common language for developers.
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
=============
There are 4 possible vote scores::
+1 I like it
+0 I don't care, but go ahead
-0 I don't care, so why bother?
-1 I hate it
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
==========
.. [1] PEP 10, Voting Guidelines, Warsaw
http://www.python.org/dev/peps/pep-0010/
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: