[issue9668] strings in json.dump in '' instead of ""

Terry J. Reedy report at bugs.python.org
Fri Aug 27 20:22:52 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

2.6.6 is the final 2.6 bugfix release. A bug would have to be demonstrated with 2.7 or 3.1/2. On 3.1, winxp, I get this also:
>>> import json
>>> json.dumps('foo')
'"foo"'

----------
nosy: +terry.reedy
status: pending -> open
versions:  -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9668>
_______________________________________


More information about the Python-bugs-list mailing list