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 eric.smith
Recipients NeilGirdhar, alexdelorenzo, eric.smith, levkivskyi, rhettinger
Date 2018-09-14.15:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536939139.83.0.956365154283.issue34363@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9b9d97dd139a799d28ff8bc90d118b1cac190b03 by Eric V. Smith in branch 'master':
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151)
https://github.com/python/cpython/commit/9b9d97dd139a799d28ff8bc90d118b1cac190b03
History
Date User Action Args
2018-09-14 15:32:19eric.smithsetrecipients: + eric.smith, rhettinger, NeilGirdhar, levkivskyi, alexdelorenzo
2018-09-14 15:32:19eric.smithsetmessageid: <1536939139.83.0.956365154283.issue34363@psf.upfronthosting.co.za>
2018-09-14 15:32:19eric.smithlinkissue34363 messages
2018-09-14 15:32:19eric.smithcreate