This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients Pavel.Kazlou, berker.peksag, ezio.melotti, martin.panter, pitrou, r.david.murray, rhettinger
Date 2014-11-01.07:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414826423.96.0.732452235239.issue21650@psf.upfronthosting.co.za>
In-reply-to
Content
To me, "--unsorted" implies arbitrary ordering such as the order generated by regular dictionaries.  I think the option should be "--order-preserving" or some such.  The option name needs to make it clear that the output is in the same order an the input.

As side from the option name, I'm +1 on the patch.  It is very annoying to look at scrambled JSON when the original presentation order made more logical sense.
History
Date User Action Args
2014-11-01 07:20:24rhettingersetrecipients: + rhettinger, pitrou, ezio.melotti, r.david.murray, berker.peksag, martin.panter, Pavel.Kazlou
2014-11-01 07:20:23rhettingersetmessageid: <1414826423.96.0.732452235239.issue21650@psf.upfronthosting.co.za>
2014-11-01 07:20:23rhettingerlinkissue21650 messages
2014-11-01 07:20:23rhettingercreate