[issue24879] Pydoc to list data descriptors in _fields order if it exists

Yury Selivanov report at bugs.python.org
Mon Aug 17 20:44:38 CEST 2015


Yury Selivanov added the comment:

Can this be enabled only for namedtuples?  Otherwise this might be a backwards incompatible change, for example:

  class Foo:
    '''spam'''
    _fields = None

----------
nosy: +yselivanov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24879>
_______________________________________


More information about the Python-bugs-list mailing list