# HG changeset patch # User Bob Ippolito <bob@redivi.com> # Date 1406061244 -7200 # Tue Jul 22 22:34:04 2014 +0200 # Node ID 582776bbee6c28edac8a2614d42416b0c9b1bfc7 # Parent 0f46b752850d3f0c71385104f42a6c5e0b4ac27b make note of the python2.2 branch diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -21,3 +21,9 @@ 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