[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Ezio Melotti
Ezio Melotti added the comment: I fixed this separately from #16333. In the "default" branch this got fixed by #16333 already. Thanks for the report! -- assignee: -> ezio.melotti components: +Library (Lib) resolution: duplicate -> fixed versions: +Python 3.2, Python 3.3, Python 3.4 ___

[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa277ab588de by Ezio Melotti in branch '2.7': #16476: Fix json.tool to avoid including trailing whitespace. http://hg.python.org/cpython/rev/fa277ab588de New changeset 6996a53f13ce by Ezio Melotti in branch '3.2': #16476: Fix json.tool to avoid incl

[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue16476] Trailing spaces in pretty-printed JSON

2012-11-15 Thread Ezio Melotti
Ezio Melotti added the comment: This is a duplicate of #16333. -- nosy: +ezio.melotti resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Trailing whitespace in json dump when using indent ___ Python tracker

[issue16476] Trailing spaces in pretty-printed JSON

2012-11-15 Thread Leo Liu
New submission from Leo Liu: python -mjson.tool some_file.json > x.json x.json will have trailing white spaces. Also reported here: http://thread.gmane.org/gmane.comp.python.devel/135311 -- messages: 175607 nosy: leoliu priority: normal severity: normal status: open title: Trailing spa