Files
requests3/requests
Martin Geisler 3b0fcb620d compat: handle SyntaxError when importing simplejson
We officially support Python 2.6 to 3.3, but simplejson does not
support Python 3.1 or 3.2:

  https://github.com/simplejson/simplejson/issues/66

Importing simplejson on Python 3.2 results in a SyntaxError because
simplejson uses the u'...' syntax (the syntax was not supported in
Python 3.0 to 3.2).

Support for loading simplejson instead of the stdlib json module was
added by #710:

  https://github.com/kennethreitz/requests/pull/710

No mention was made of the lack of support for Python 3.2, but it was
mentioned that simplejson can be faster than the stdlib json module.
2014-05-26 00:56:35 +02:00
..
2014-05-12 14:43:50 -04:00
2014-05-16 13:55:47 -04:00
2014-02-16 19:00:22 +00:00
2014-02-03 13:43:59 +00:00
2013-12-05 17:51:10 -05:00
2013-01-27 02:04:12 +01:00
2014-01-28 20:39:09 -06:00