Niko Wilbert <m...@nikowilbert.de> added the comment:

This issue is also a real pain when using namedtuple. In many situations a 
namedtuple should be serialized as a dict, but there is no reasonable way to 
get this behavior.

Earlier solutions (e.g., see 
http://stackoverflow.com/questions/5906831/serializing-a-python-namedtuple-to-json)
 are now broken in Python 2.7.

----------
nosy: +nikow
versions: +Python 2.7 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12657>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to