On 3/7/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > I think that the only difference between 2.3 and 2.4 wrt exec > namespaces is that you're allowed to use dict subclasses in 2.4. Not > that you should..
I amend what I said before: you *can* exec into a dict subclass, but it ignores your __setitem__ if you do. Which effectively means that config won't work right in 2.3. So, I'll definitely be doing something different. 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 -~----------~----~----~----~------~----~------~--~---

