summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-29 00:25:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-29 00:25:03 (GMT)
commitb32512ed9a1ab9912a9e0bdbb609ca1a19949355 (patch)
tree0a50a9693de2d3048a93189ac4d26b9f875ca0e4 /Misc
parent057bcb4c6c7eef93066002db7ab486f12d50ccee (diff)
downloadcpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.zip
cpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.tar.gz
cpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.tar.bz2
#16476: Fix json.tool to avoid including trailing whitespace.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48c5111..39eed91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,8 @@ Core and Builtins
Library
-------
+- Issue #16476: Fix json.tool to avoid including trailing whitespace.
+
- Issue #16549: Make json.tool work again on Python 3 and add tests.
Initial patch by Berker Peksag and Serhiy Storchaka.