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 doko
Recipients Samuel Isaacson, doko, eric.snow, larry, python-dev, rhettinger
Date 2015-10-11.10:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444558310.76.0.566349645395.issue24931@psf.upfronthosting.co.za>
In-reply-to
Content
reopening. the incompatible behavior is report in a Debian report as well.

"""
collections.namedtuple appears to not to create namedtuples which have the
__dict__ attribute any more. Given that the stdlib docs stated that using
vars() (and hence the existence of __dict__) was preferred, it seems odd that
it has disappeared.
""" 

https://bugs.debian.org/800370
History
Date User Action Args
2015-10-11 10:11:50dokosetrecipients: + doko, rhettinger, larry, python-dev, eric.snow, Samuel Isaacson
2015-10-11 10:11:50dokosetmessageid: <1444558310.76.0.566349645395.issue24931@psf.upfronthosting.co.za>
2015-10-11 10:11:50dokolinkissue24931 messages
2015-10-11 10:11:50dokocreate