Commit a82f74de authored by Gregory P. Smith's avatar Gregory P. Smith

Remove mentions of Python 2.x and being externally maintained from

the bundled json module.  Replace that with a mention of it being
a version of the externally maintained simplejson module.
parent 4adb37c4
...@@ -3,11 +3,8 @@ JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data ...@@ -3,11 +3,8 @@ JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
interchange format. interchange format.
:mod:`json` exposes an API familiar to users of the standard library :mod:`json` exposes an API familiar to users of the standard library
:mod:`marshal` and :mod:`pickle` modules. It is the externally maintained :mod:`marshal` and :mod:`pickle` modules. It is derived from a
version of the :mod:`json` library contained in Python 2.6, but maintains version of the externally maintained simplejson library.
compatibility with Python 2.4 and Python 2.5 and (currently) has
significant performance advantages, even without using the optional C
extension for speedups.
Encoding basic Python object hierarchies:: Encoding basic Python object hierarchies::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment