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 terry.reedy
Recipients poornaprudhvi, rhettinger, terry.reedy
Date 2018-02-27.10:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519727026.94.0.467229070634.issue32961@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior of collections.namedtuple has nothing to do with IDLE.  I verified the behavior in 2.7.  In 3.7, one must group the field names, as in a tuple, and the corrected statement has no output.

I had nothing to do with namedtuple development.  I presume that the people who are are aware of the 2.7 behavior.  My guess is that they regaurd the behavior change was either a new version feature change or as too disruptive a fix to backport to 2.7.  Hence, I expect this to be closed.
History
Date User Action Args
2018-02-27 10:23:46terry.reedysetrecipients: + terry.reedy, rhettinger, poornaprudhvi
2018-02-27 10:23:46terry.reedysetmessageid: <1519727026.94.0.467229070634.issue32961@psf.upfronthosting.co.za>
2018-02-27 10:23:46terry.reedylinkissue32961 messages
2018-02-27 10:23:46terry.reedycreate