On 19 August 2011 13:58, Chris McDonough <[email protected]> wrote: > I think probably that the Zopelike behavior should be limited to > integration with Zope.
I think you're right. There's now an option ``literal_false`` which does this. As a detail which I don't think will affect the vast majority of users, a value of ``False`` does not actually explicitly drop the attribute – rather, it takes the default value. If there is no default value, the attribute is dropped. In other words, if you don't use static attributes, ``False`` will always mean drop. If you do, watch out for this behavior. \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
