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 belopolsky, berker.peksag, bmispelon, rhettinger, serhiy.storchaka, taleinat
Date 2016-09-19.13:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474291936.42.0.109899580597.issue24416@psf.upfronthosting.co.za>
In-reply-to
Content
C code should generally use structseq instead of collections.namedtuple.  See the code for time.localtime() in Modules/timemodule.c.

Also, in the docs use "named tuple" as two words and link to the glossary: https://docs.python.org/3/glossary.html#term-named-tuple
History
Date User Action Args
2016-09-19 13:32:16rhettingersetrecipients: + rhettinger, belopolsky, taleinat, berker.peksag, serhiy.storchaka, bmispelon
2016-09-19 13:32:16rhettingersetmessageid: <1474291936.42.0.109899580597.issue24416@psf.upfronthosting.co.za>
2016-09-19 13:32:16rhettingerlinkissue24416 messages
2016-09-19 13:32:16rhettingercreate