summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-29 00:33:21 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-29 00:33:21 (GMT)
commitfc02014519cd926711322fd292864bf6f1343638 (patch)
treef878cb45a068cf144d57af6bf6eabc612a0b3db9
parentccfc970d2ef0a74c065c73919d5d5bbc521bbf30 (diff)
downloadcpython-fc02014519cd926711322fd292864bf6f1343638.zip
cpython-fc02014519cd926711322fd292864bf6f1343638.tar.gz
cpython-fc02014519cd926711322fd292864bf6f1343638.tar.bz2
#16333: add Misc/NEWS entry for e63ac05ccfa8.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92c3ff7..7fd4739 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.