On Tue, May 17, 2011 at 19:40, Jeremy Dunck <jdu...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to