> On Sun, Oct 18, 2009 at 01:12:36PM +0200, W. Martin Borgert wrote:
> > just a reminder for Python 2.6: AFAIK, python-simplejson is now
> > part of the Python standard library, so you should depend on
> > python (>= 2.6) | python-simplejson
> > or something like that.

only if there's something like:

| try:
|     import json
| except ImportError:
|    import simplejson as json

in the code

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to