[Python-Dev] voting (was: Object customization)

Greg Stein gstein@lyra.org
Fri, 14 Apr 2000 14:20:27 -0700 (PDT)


On Fri, 14 Apr 2000, Fredrik Lundh wrote:
> TimBot wrote:
> > Greg gave the voting rule as:
> > 
> > >    -1  "Veto. And <HERE> is my reasoning."
> 
> sorry, I must have missed that post, since I've
> interpreted the whole thing as:
> 
>     if reduce(operator.add, list_of_votes) > 0 and guido_likes_it():
>         implement(feature)

As in all cases, that "and" should be an "or" :-)

> (probably because I've changed the eff-bot script
> to use 'sre' instead of 're'...)
> 
> can you repost the full set of rules?

http://www.python.org/pipermail/python-dev/2000-March/004312.html


Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/