summaryrefslogtreecommitdiff
path: root/index.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-07-18 14:46:24 -0700
committerBob Ippolito <bob@redivi.com>2015-07-18 14:46:24 -0700
commita37a9bdb821ea94bc5e566fe9f6db2029df39447 (patch)
tree3d10596e567f9e3a0eb9d2c10ada173d70239eca /index.rst
parenta9e5e7256c9fb27126813c9430be1dab5f27f7ba (diff)
downloadsimplejson-a37a9bdb821ea94bc5e566fe9f6db2029df39447.tar.gz
clean up iterable_as_array for 3.8.0v3.8.0
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.rst b/index.rst
index d36d0d1..fce07b9 100644
--- a/index.rst
+++ b/index.rst
@@ -234,8 +234,8 @@ Basic Usage
any object not in the above table that implements ``__iter__()``
will be encoded as a JSON array.
- .. versionchanged:: 3.7.4
- *iterable_as_array* is new in 3.7.4.
+ .. versionchanged:: 3.8.0
+ *iterable_as_array* is new in 3.8.0.
.. versionchanged:: 2.2.0
*tuple_as_array* is new in 2.2.0.
@@ -385,8 +385,8 @@ Basic Usage
any object not in the above table that implements ``__iter__()``
will be encoded as a JSON array.
- .. versionchanged:: 2.3.0
- *iterable_as_array* is new in 2.3.0.
+ .. versionchanged:: 3.8.0
+ *iterable_as_array* is new in 3.8.0.
To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``
@@ -681,8 +681,8 @@ Encoders and decoders
any object not in the above table that implements ``__iter__()``
will be encoded as a JSON array.
- .. versionchanged:: 3.7.4
- *iterable_as_array* is new in 3.7.4.
+ .. versionchanged:: 3.8.0
+ *iterable_as_array* is new in 3.8.0.
If *bigint_as_string* is true (default: ``False``), :class:`int`` ``2**53``
and higher or lower than ``-2**53`` will be encoded as strings. This is to