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 serhiy.storchaka
Recipients eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka, techtonik, zach.mathew
Date 2012-11-25.15:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353856509.5.0.0935369547284.issue16333@psf.upfronthosting.co.za>
In-reply-to
Content
What you think about default separators will be (', ', ': ') if indent is None and (',', ': ') if indent is not None? This will allow indent options be human-friendly and keep the flexibility to specify arbitrary separators if they needed.
History
Date User Action Args
2012-11-25 15:15:09serhiy.storchakasetrecipients: + serhiy.storchaka, techtonik, ezio.melotti, eric.araujo, r.david.murray, zach.mathew
2012-11-25 15:15:09serhiy.storchakasetmessageid: <1353856509.5.0.0935369547284.issue16333@psf.upfronthosting.co.za>
2012-11-25 15:15:09serhiy.storchakalinkissue16333 messages
2012-11-25 15:15:09serhiy.storchakacreate