On 4/9/06, Max Ischenko <[EMAIL PROTECTED]> wrote: > > > Looks like an unfortunate oversight in the unrepr implementation. > > Indeed. > > Here is a patch (I also added a case for "+6"). > > def build_UnarySub(self, o): > return -self.build_Const(o.getChildren()[0]) > > def build_UnaryAdd(self, o): > return self.build_Const(o.getChildren()[0])
Thanks, Max. I've submitted this to CherryPy and Fuzzyman (ConfigObj). http://www.cherrypy.org/ticket/506 Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

