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 levkivskyi
Recipients eric.smith, gvanrossum, levkivskyi, Евгений Махмудов
Date 2018-03-15.23:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521155819.24.0.467229070634.issue33077@psf.upfronthosting.co.za>
In-reply-to
Content
I would say it is too late. `typing.NamedTuple` is out there for more than a year and is quite actively used. A search on GitHub shows thousands of files that import `typing.NamedTuple` and a macroscopic fraction of those use it with the class syntax. I think the damage from breaking working code outweighs the potential bugs here. A clear example in the docs that explains how it works would be sufficient I think.

(Also a camel case decorator would look weird.)
History
Date User Action Args
2018-03-15 23:16:59levkivskyisetrecipients: + levkivskyi, gvanrossum, eric.smith, Евгений Махмудов
2018-03-15 23:16:59levkivskyisetmessageid: <1521155819.24.0.467229070634.issue33077@psf.upfronthosting.co.za>
2018-03-15 23:16:59levkivskyilinkissue33077 messages
2018-03-15 23:16:59levkivskyicreate