[issue2750] Add simplejson to Python 2.6/3.0 standard library

Brett Cannon report at bugs.python.org
Mon May 5 21:56:25 CEST 2008


Brett Cannon <brett at python.org> added the comment:

So there is one failing test because json.dumps() tacks on extraneous 
whitespace. When you run the file through reindent it strips out the 
whitespace from the docstring, causing doctest to fail.

Trying to fix it.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2750>
__________________________________


More information about the Python-bugs-list mailing list