Ivan Levkivskyi <levkivs...@gmail.com> added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33077>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to