[New-bugs-announce] [issue37809] Alias typing.NamedTuple to collections
Steven D'Aprano
report at bugs.python.org
Sat Aug 10 04:35:00 EDT 2019
New submission from Steven D'Aprano <steve+python at pearwood.info>:
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.)
----------
messages: 349339
nosy: gvanrossum, levkivskyi, steven.daprano
priority: normal
severity: normal
status: open
title: Alias typing.NamedTuple to collections
versions: Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37809>
_______________________________________
More information about the New-bugs-announce
mailing list