On 06/24/2011 07:21 PM, Chris McDonough wrote:
If you mean you want to be able to do "if perm in all_perms", where "all_perms" is some sort of list or dict provided by Pyramid (and not just an object with a __contains__ wrapper, as I provided before), I'm afraid it's not going to fly.
Yes, I see that now for all the reasons you mentioned. URL dispatch is just one form of a Pyramid app and there is really no way to generalize this for all situations especially for traversal.
V -- 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.
