diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:25:03 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:25:03 (GMT) |
commit | b32512ed9a1ab9912a9e0bdbb609ca1a19949355 (patch) | |
tree | 0a50a9693de2d3048a93189ac4d26b9f875ca0e4 /Misc/NEWS | |
parent | 057bcb4c6c7eef93066002db7ab486f12d50ccee (diff) | |
download | cpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.zip cpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.tar.gz cpython-b32512ed9a1ab9912a9e0bdbb609ca1a19949355.tar.bz2 |
#16476: Fix json.tool to avoid including trailing whitespace.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |