Export to GitHub

pybing - issue #1

Python 2.6 json compatibility


Posted on Jun 12, 2009 by Swift Hippo

Hi All,

First off, great job with the API.

Python 2.6 includes the simplejson under the name 'json'

proposed: {{{ import urllib import httplib2 try: import json except ImportError: import simplejson }}}

Thanks!

-Erik

Comment #1

Posted on Jun 13, 2009 by Massive Bird

Just fixed in r14. Can someone verify that this works as expected with Python 2.6?

Status: Fixed

Labels:
Type-Defect Priority-Medium