The winner of the Python Decorator Poll is...

Jack Diederich jack at performancedrivers.com
Wed Aug 11 17:33:03 EDT 2004


On Wed, Aug 11, 2004 at 04:16:54PM -0500, Doug Holton wrote:
> George W Bush, as certified by Florida's election commission.
> 
> 
> Which decorator syntax do you like the most? See 
> http://wiki.wxpython.org/index.cgi/PythonDecoratorsPoll
> A. @classmethod def foo(): (82) 	14% 	
> C1. def foo() [classmethod]: (235) 	41% 	
> E1. def foo(): @classmethod (260) 	45% 	
> 
> Total Votes: 577
> 
> People are about 6 to 1 against having the decorators come before the 
> "def" keyword.

Or people who don't like decorators before the def are six times as
likely to vote in the dissidents poll *wink*

-Jack




More information about the Python-list mailing list