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-11.01:14:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536628462.64.0.0269046726804.issue34363@psf.upfronthosting.co.za>
In-reply-to
Content
I like GH-9151 better because it changes only the namedtuple case, not other classes that are derived from list or tuple.

But, I might copy some of the tests from 9151 before I'm done with this.
History
Date User Action Args
2018-09-11 01:14:22eric.smithsetrecipients: + eric.smith, rhettinger, NeilGirdhar, levkivskyi, alexdelorenzo
2018-09-11 01:14:22eric.smithsetmessageid: <1536628462.64.0.0269046726804.issue34363@psf.upfronthosting.co.za>
2018-09-11 01:14:22eric.smithlinkissue34363 messages
2018-09-11 01:14:22eric.smithcreate