From: Ezio Melotti Date: Thu, 29 Nov 2012 00:33:21 +0000 (+0200) Subject: #16333: add Misc/NEWS entry for e63ac05ccfa8. X-Git-Tag: v3.4.0a1~1931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc02014519cd926711322fd292864bf6f1343638;p=python #16333: add Misc/NEWS entry for e63ac05ccfa8. --- diff --git a/Misc/NEWS b/Misc/NEWS index 92c3ff7e4a..7fd47395c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -140,6 +140,9 @@ Core and Builtins 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.