commit | def6ee59793c7f43b9dcb0c635650b322834d445 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Nov 29 02:22:49 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Nov 29 02:22:49 2012 +0200 |
tree | e7ca47544f345a248634b88d95fa11b79f7c8769 | |
parent | d8feba904c5331f9f3f90899ff8d41b66468e069 [diff] [blame] |
#16476: Fix json.tool to avoid including trailing whitespace.
diff --git a/Misc/NEWS b/Misc/NEWS index 7af9a68..55bed50 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -154,6 +154,8 @@ Library ------- +- Issue #16476: Fix json.tool to avoid including trailing whitespace. + - Issue #1160: Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy Storchaka.