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 ezio.melotti
Recipients eric.araujo, ezio.melotti, pitrou, r.david.murray, rhettinger, serhiy.storchaka, techtonik, zach.mathew
Date 2012-11-27.19:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354045843.19.0.469425214602.issue16333@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you mean that when indentation is used, the separator only appears on line ends?

Apparently: ./python -c 'from json import dumps; print(dumps([[[1,2,3]]*3]*3, indent=2))'
History
Date User Action Args
2012-11-27 19:50:43ezio.melottisetrecipients: + ezio.melotti, rhettinger, pitrou, techtonik, eric.araujo, r.david.murray, serhiy.storchaka, zach.mathew
2012-11-27 19:50:43ezio.melottisetmessageid: <1354045843.19.0.469425214602.issue16333@psf.upfronthosting.co.za>
2012-11-27 19:50:43ezio.melottilinkissue16333 messages
2012-11-27 19:50:42ezio.melotticreate