[issue38191] typing.NamedTuple() should prefix parameters with '_'

Serhiy Storchaka report at bugs.python.org
Tue Sep 17 04:11:18 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Looks as a good case for positional-only parameters.

But first passing these arguments by keyword should be deprecated.

----------
assignee:  -> serhiy.storchaka
nosy: +gvanrossum, levkivskyi, serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38191>
_______________________________________


More information about the Python-bugs-list mailing list