> On Jun 2, 9:19 am, Tristam MacDonald <[email protected]> wrote: > > > I much prefer JSON to XML. Note that the loading of json files with eval() > > was a last minute hack - I hadn't realised ahead of time that the json > > module is not part of python 2.5
yeah, i realized that after i posted my comments too, i use to use simplejson with 2.5, when i migrated code to 2.6, the builtin json provides the same methods with the same name, so not to big of a deal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" 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/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
