Hi, Vonbo wrote: > however, I'm just talking about the jinja's "philosophy", if it can > support "value.0 and value[1][0]" , why not support "value.1.0"? > and I think it's even better if only support the format "value[0], > value[1][0]" without supporting "value.0 , value.1.0", at least the > format are uniform. That is actually a bug. Jinja sees "foo.0.1" as foo[0.1] (so as a floating point value.) I'll see what I can do.
Regards, Armin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
