On Tue, Oct 14, 2008 at 11:37:52AM -0700, Christopher Lee wrote: -> -> 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().
Yep! --titus -- C. Titus Brown, [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
