I don't understand this syntax error

Peter Otten __peter__ at web.de
Mon Jan 19 05:46:45 EST 2009


Antoon Pardon wrote:

> I'm probably looking right over it, but for the moment
> I'm stumped. Can someone explain what is wrong. I'm running
> python 2.5.2 here
> 
> This is the code:

> @vslice
> class IdSet(object):

Class decorators require Python 2.6

Peter




More information about the Python-list mailing list