From 9d295ae5e207d4a4acea7bbeafdba8353c793417 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 22 Mar 2010 02:38:35 -0500 Subject: libraries/simplejson: Updated for version 2.1.0. --- libraries/simplejson/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libraries/simplejson/README') diff --git a/libraries/simplejson/README b/libraries/simplejson/README index b8737dfcde..76e0696fda 100644 --- a/libraries/simplejson/README +++ b/libraries/simplejson/README @@ -1,5 +1,7 @@ -simplejson is a simple, fast, complete, correct and extensible JSON -encoder and decoder for Python. It is pure Python code but includes -an optional C extension for a serious speed boost. +Simple, fast, extensible JSON encoder/decoder for Python. +simplejson is a simple, fast, complete, correct and extensible +JSON encoder and decoder for Python 2.4+. +It is pure Python code, but includes an optional C extension +for a serious speed boost. -This requires pysetuptools. +Requires pysetuptools. -- cgit v1.2.3