[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 including trailing whitespace.
http://hg.python.org/cpython/rev/6996a53f13ce

New changeset 73a7e6ecd0e1 by Ezio Melotti in branch '3.3':
#16476: merge with 3.2.
http://hg.python.org/cpython/rev/73a7e6ecd0e1

New changeset c062ef6e4c3e by Ezio Melotti in branch 'default':
#16476: null merge with 3.3.
http://hg.python.org/cpython/rev/c062ef6e4c3e

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16476] Trailing spaces in pretty-printed JSON

2012-11-28 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 spaces in pretty-printed JSON
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue16476
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com