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..
That is, in fact, what's going on in the config module at present (for better or worse!). I just tested in 2.3 and I was able to exec "stmt" in (dict subclass), so it appears that this particular feature worked in 2.3. 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 -~----------~----~----~----~------~----~------~--~---

