http://hg.python.org/cpython/rev/1e3b01c52aee changeset: 80643:1e3b01c52aee user: Ezio Melotti <ezio.melotti at gmail.com> date: Thu Nov 29 02:33:21 2012 +0200 summary: #16333: add Misc/NEWS entry for e63ac05ccfa8. files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -140,6 +140,9 @@ Library ------- +- Issue #16333: use (",", ": ") as default separator when indent is specified + to avoid trailing whitespace. Patch by Serhiy Storchaka. + - Issue #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. -- Repository URL: http://hg.python.org/cpython