summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2012-12-26 12:48:47 -0800
committerBob Ippolito <bob@redivi.com>2012-12-28 11:03:45 -0800
commit5846148410234f6466aefcddc68683811577998e (patch)
tree27af6427a02a0c995ea382c029027674e1031a2f /README.rst
parent57d980277f8d1d6324904edd43e1a730572b64b6 (diff)
downloadsimplejson-5846148410234f6466aefcddc68683811577998e.tar.gz
First pass at Python 3.3 compatibility
First pass at Python 3.3 compatibility, bump to 3.0.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 955221f..5fdaf21 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> encoder and decoder for Python 2.5+. 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 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.
The latest documentation for simplejson can be read online here:
http://simplejson.readthedocs.org/