summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosty Petrisor <costy.petrisor@gmail.com>2015-09-03 21:51:26 +0000
committerCosty Petrisor <costy.petrisor@gmail.com>2015-09-03 21:51:26 +0000
commitddf57dc2201a1f7517dd2ab4b0a232a6929b9db2 (patch)
treec8ab862b276c957a3338b6b2623c9c3494be6214
parenta37a9bdb821ea94bc5e566fe9f6db2029df39447 (diff)
downloadsimplejson-ddf57dc2201a1f7517dd2ab4b0a232a6929b9db2.tar.gz
removed from _speedups.c forgotten "iterable_as_array" without comma after string
-rw-r--r--simplejson/_speedups.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c
index fb68e35..173c5e1 100644
--- a/simplejson/_speedups.c
+++ b/simplejson/_speedups.c
@@ -2596,7 +2596,6 @@ encoder_init(PyObject *self, PyObject *args, PyObject *kwds)
"use_decimal",
"namedtuple_as_object",
"tuple_as_array",
- "iterable_as_array"
"int_as_string_bitcount",
"item_sort_key",
"encoding",