summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-10-22 11:07:03 -0700
committerBob Ippolito <bob@redivi.com>2019-10-22 11:07:03 -0700
commit77d00d27e7f3628598742be6ac0440aa31e53a35 (patch)
treeadebdd617997f77893e3c019eb4ed648609dafed /README.rst
parent2928fff79b09a9a7165ef34abd69fc2ee1ec341a (diff)
downloadsimplejson-77d00d27e7f3628598742be6ac0440aa31e53a35.tar.gz
Start transitioning docs to be Python 3 centricpython3-doc-updates
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index cfa8808..048a309 100644
--- a/README.rst
+++ b/README.rst
@@ -8,16 +8,18 @@ simplejson
:target: https://ci.appveyor.com/project/etrepum/simplejson/branch/master
simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> encoder and decoder for Python 2.5+
-and Python 3.3+. It is pure Python code with no dependencies,
-but includes an optional C extension for a serious speed boost.
+JSON <http://json.org> encoder and decoder for Python 3.3+
+with legacy support for Python 2.5+. It is pure Python code
+with no dependencies, but includes an optional C extension
+for a serious speed boost.
The latest documentation for simplejson can be read online here:
https://simplejson.readthedocs.io/
simplejson is the externally maintained development version of the
-json library included with Python 2.6 and Python 3.0, but maintains
-backwards compatibility with Python 2.5.
+json library included with Python (since 2.6). This version is tested
+with the latest Python 3.8 and maintains backwards compatibility
+with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.
The encoder can be specialized to provide serialization in any kind of
situation, without any special support by the objects to be serialized