This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikow
Recipients barry, daniel.urban, eric.araujo, nikow, rhettinger
Date 2011-08-19.14:23:36
SpamBayes Score 0.00079464994
Marked as misclassified No
Message-id <1313763817.1.0.875470380471.issue12657@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-19 14:23:37nikowsetrecipients: + nikow, barry, rhettinger, eric.araujo, daniel.urban
2011-08-19 14:23:37nikowsetmessageid: <1313763817.1.0.875470380471.issue12657@psf.upfronthosting.co.za>
2011-08-19 14:23:36nikowlinkissue12657 messages
2011-08-19 14:23:36nikowcreate