diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-07-06 07:32:17 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:39 -0500 |
commit | 29e6753433908db1c3a5d14cabbdf15b23eb6e6f (patch) | |
tree | d166f5878e9ab54557908817429881e75b528dbc /python/simplejson/README | |
parent | 0ba88ac1e63551fc0864c56dff74edde0d70bcd0 (diff) |
python/simplejson: Updated for version 3.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index d780eb9722f24..fd00d47fff904 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,4 +3,5 @@ Simplejson is a simple, fast, complete, correct and extensible JSON 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. +Optional documentation can be built if Sphinx Pygments are installed. Python3 +bindings can be built if python3 is installed. |