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.snow
Recipients Samuel Isaacson, eric.snow, python-dev, rhettinger
Date 2015-08-31.15:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441033795.36.0.2510160832.issue24931@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't the fix mean that `vars(MyNamedtuple)` will no longer work?  While I personally don't mind (though I prefer that spelling) and appreciate the benefit of simpler code, isn't there a backward-compatibility issue here?

I do concede that fixing this bug without a compatibility break is complicated and probably not worth it.  However I want to make sure that the point is at least discussed briefly.
History
Date User Action Args
2015-08-31 15:09:55eric.snowsetrecipients: + eric.snow, rhettinger, python-dev, Samuel Isaacson
2015-08-31 15:09:55eric.snowsetmessageid: <1441033795.36.0.2510160832.issue24931@psf.upfronthosting.co.za>
2015-08-31 15:09:55eric.snowlinkissue24931 messages
2015-08-31 15:09:55eric.snowcreate