On 11/11/06, iain duncan <[EMAIL PROTECTED]> wrote: > > > > > > Well, JavaScript iterates over objects the exact same way that Python > > iterates over dicts ;) > > Does that mean that if you want to use ajax to keep essentially mirrors > of your object on the server and the client end, a python dictionary is > the best way to go? Sub class a dictionary?
That's pretty much irrelevant. Subclassing dict is generally a bad idea though. -bob --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

