[Python-Dev] Bug in json (the format and the module)
Dirkjan Ochtman
dirkjan at ochtman.nl
Tue May 17 20:21:26 CEST 2011
On Tue, May 17, 2011 at 19:40, Jeremy Dunck <jdunck at gmail.com> wrote:
> So, to start with, is there a maintainer for the json module, or how
> should I go about discussing implementing this solution?
Your subject states that there is an actual bug in the json module,
but your message fails to mention any actual bug. Is this what you
mean?
Python 2.7.1 (r271:86832, Mar 28 2011, 09:54:04)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import json
>>> print json.dumps(u'foo\u2028bar')
"foo\u2028bar"
Cheers,
Dirkjan
More information about the Python-Dev
mailing list