]> granicus.if.org Git - python/commitdiff
#16333: add Misc/NEWS entry for e63ac05ccfa8.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 29 Nov 2012 00:33:21 +0000 (02:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 29 Nov 2012 00:33:21 +0000 (02:33 +0200)
Misc/NEWS

index 92c3ff7e4ae5d99a51c5f94e50eee2847a198c6c..7fd47395c68949a682fa75b94feed3cef3cb6699 100644 (file)
--- 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.