summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-07-22 22:34:04 +0200
committerBob Ippolito <bob@redivi.com>2014-07-22 22:34:04 +0200
commitb08ac92aa285620878e8c88c9f08311b94aa3dbe (patch)
tree30f12850984bfe3e286d6ac7636a0ab2e6721af1
parent46d42a5245607745eb39da83f0ca250d9c3eff52 (diff)
downloadsimplejson-b08ac92aa285620878e8c88c9f08311b94aa3dbe.tar.gz
make note of the python2.2 branch
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f2547ac..17499e7 100644
--- a/README.rst
+++ b/README.rst
@@ -21,3 +21,9 @@ objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
is particularly useful for implementing protocols such as JSON-RPC
that have a richer type system than JSON itself.
+For those of you that have legacy systems to maintain, there is a
+very old fork of simplejson in the [python2.2] branch that supports
+Python 2.2. This is based off of a very old version of simplejson,
+is not maintained, and should only be used as a last resort.
+
+[python2.2]: https://github.com/simplejson/simplejson/tree/python2.2