From b08ac92aa285620878e8c88c9f08311b94aa3dbe Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 22 Jul 2014 22:34:04 +0200 Subject: make note of the python2.2 branch --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.1