From 77d00d27e7f3628598742be6ac0440aa31e53a35 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 22 Oct 2019 11:07:03 -0700 Subject: Start transitioning docs to be Python 3 centric --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.rst') 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 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 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 -- cgit v1.2.1