On Fri, Jan 15, 2010 at 4:00 PM, Baishampayan Ghose <[email protected]> wrote: >> It is a clever hack, taking advantage of the nature of the data. But >> it is far more faster than the other approaches posted here. > > I thought eval was evil :)
The date looks like valid json. You can use simplejson.loads instead of eval. Anand _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
