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 <1439837078.45.0.658935999833.issue24879@psf.upfronthosting.co.za>
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: <1439837078.45.0.658935999833.issue24879@psf.upfronthosting.co.za>
2015-08-17 18:44:38yselivanovlinkissue24879 messages
2015-08-17 18:44:38yselivanovcreate