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 yselivanov
Recipients rhettinger, yselivanov
Date 2015-08-17.18:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Can this be enabled only for namedtuples?  Otherwise this might be a backwards incompatible change, for example:

  class Foo:
    '''spam'''
    _fields = None
History
Date User Action Args
2015-08-17 18:44:38yselivanovsetrecipients: + yselivanov, rhettinger
2015-08-17 18:44:38yselivanovsetmessageid: <[email protected]>
2015-08-17 18:44:38yselivanovlinkissue24879 messages
2015-08-17 18:44:38yselivanovcreate