Hi, I think Jenny is right. Decorators were added in Python 2.4, so their use breaks Python 2.3. We can easily change the decorator syntax to an explicit call, if we want to preserve 2.3 compatibility...
Jenny, why don't you add a bug report for this issue to the tracker. Titus, what do you think? It's very easy to fix this -- just change a couple @classmethod decorators to direct calls to classmethod(). -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
