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 BTaskaya, John Cooke, eric.smith, rhettinger
Date 2019-12-08.17:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575827479.46.0.624723394395.issue33880@roundup.psfhosted.org>
In-reply-to
Content
Marking as closed for the reasons listed above.

Other thoughts:
* In the class form with types.NamedTuple, no error is raised.
* In the function form with collections.namedtuple, the various
  TypeErrors and ValueErrors are just courtesy checks
  intended to provide slightly nicer error messages when possible.
  It wasn't the goal to upstage all possible syntax errors.
History
Date User Action Args
2019-12-08 17:51:19rhettingersetrecipients: + rhettinger, eric.smith, John Cooke, BTaskaya
2019-12-08 17:51:19rhettingersetmessageid: <1575827479.46.0.624723394395.issue33880@roundup.psfhosted.org>
2019-12-08 17:51:19rhettingerlinkissue33880 messages
2019-12-08 17:51:18rhettingercreate