SimonPalmer <[EMAIL PROTECTED]> writes:

> I looked at pickle, but the problem is that I want my XML to be
> readable by languages other than python, so it sort of precludes it.
> JSON would be perfect, but I think the module only exists in 2.6, is
> that right?  Unfortunately I am bound to 2.4.

Simpljson is a package for python 2.3+:

    http://pypi.python.org/pypi/simplejson/

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to