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 rhettinger
Recipients Isaac Morland, ethan.furman, methane, r.david.murray, rhettinger, steven.daprano
Date 2017-08-02.21:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501710686.26.0.8349846242.issue31085@psf.upfronthosting.co.za>
In-reply-to
Content
> Your code will not work if rename=True is needed.

It works just fine:
        
>>> NT = auto_namedtuple('name', 'name', 'def', rename=True)
>>> print(NT.__doc__)
name_name_def(name, _1, _2)
History
Date User Action Args
2017-08-02 21:51:26rhettingersetrecipients: + rhettinger, steven.daprano, r.david.murray, methane, ethan.furman, Isaac Morland
2017-08-02 21:51:26rhettingersetmessageid: <1501710686.26.0.8349846242.issue31085@psf.upfronthosting.co.za>
2017-08-02 21:51:26rhettingerlinkissue31085 messages
2017-08-02 21:51:26rhettingercreate