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 steven.daprano
Recipients gvanrossum, levkivskyi, steven.daprano
Date 2019-08-10.08:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565426100.13.0.700794454326.issue37809@roundup.psfhosted.org>
In-reply-to
Content
As discussed in the thread starting here with Guido's message:

https://mail.python.org/archives/list/python-ideas@python.org/message/WTBXYJJ7CSGDLLJHHPHSH5ZCCA4C7QEP/

and these two follow-ups:

https://mail.python.org/archives/list/python-ideas@python.org/message/SXF3RKYQ6DXFKX2RFMUDUKAWQEGXGHP3/

https://mail.python.org/archives/list/python-ideas@python.org/message/VRCH56CHE4P7IAWO7QRA6TDBISLONGQT/


we should do a better job of advertising typing.NamedTuple by aliasing it in the collections module.

(I'm not sure if this can still go into 3.8, since it's not really a new feature, or if its too late.)
History
Date User Action Args
2019-08-10 08:35:00steven.dapranosetrecipients: + steven.daprano, gvanrossum, levkivskyi
2019-08-10 08:35:00steven.dapranosetmessageid: <1565426100.13.0.700794454326.issue37809@roundup.psfhosted.org>
2019-08-10 08:35:00steven.dapranolinkissue37809 messages
2019-08-10 08:34:59steven.dapranocreate