Matthew Havard added the comment:
Great! Glad to be of service.
--
___
Python tracker
<http://bugs.python.org/issue24540>
___
___
Python-bugs-list mailin
Matthew Havard added the comment:
Also, this typo is present in all versions anyway.
--
___
Python tracker
<http://bugs.python.org/issue24540>
___
___
Python-bug
Matthew Havard added the comment:
It's in the actual code in the docstring:
https://hg.python.org/cpython/file/6905a7f8c7ac/Lib/json/__init__.py#l187
I'm really new to Mercurial, so I'm not quite sure how to link to the 2.7
version of the Mercurial repo, but here is the l
New submission from Matthew Havard:
The documentation from json.dumps says this about skipkeys:
If ``skipkeys`` is false then ``dict`` keys that are not basic types
(``str``, ``int``, ``float``, ``bool``, ``None``) will be skipped
instead of raising a ``TypeError``.
However, that