Sridhar Ratnakumar <sridh...@activestate.com> added the comment: The simplest repro:
In [6]: json.dumps({None: 3}) Out[6]: '{"null": 3}' In [7]: json.loads(json.dumps({None: 3})) Out[7]: {u'null': 3} ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6566> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com