summaryrefslogtreecommitdiff
path: root/python/simplejson/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/simplejson/README')
-rw-r--r--python/simplejson/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/simplejson/README b/python/simplejson/README
index 8abe9b51e7..d780eb9722 100644
--- a/python/simplejson/README
+++ b/python/simplejson/README
@@ -1,5 +1,6 @@
-Simple, fast, extensible JSON encoder/decoder for Python.
-simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> encoder and decoder for Python 2.4+.
-It is pure Python code, but includes an optional C extension
-for a serious speed boost.
+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.
+
+Optional documentation can be built if Sphinx and Pygments are installed.