[issue14570] Document json "sort_keys" parameter properly

Nick Coghlan report at bugs.python.org
Fri Apr 13 04:42:27 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

The json "sort_keys" parameter is actually supported as an argument to dump() and dumps() (and is used that way in the examples), but is only documented as an argument to the JSONEncoder constructor.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 158194
nosy: docs at python, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Document json "sort_keys" parameter properly
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14570>
_______________________________________


More information about the Python-bugs-list mailing list