[issue40392] Remove deprecated _field_types in typing.NamedTuple

Karthikeyan Singaravelan report at bugs.python.org
Sun Apr 26 02:17:53 EDT 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

_field_types of typing.NamedTuple was documented as deprecated and to be removed in Python 3.9 in favor of __annotations__ at https://docs.python.org/3/library/typing.html#typing.NamedTuple . Issue where it was deprecated : issue36320 .

----------
components: Library (Lib)
messages: 367302
nosy: josh.r, levkivskyi, rhettinger, serhiy.storchaka, xtreak
priority: normal
severity: normal
status: open
title: Remove deprecated _field_types in typing.NamedTuple
type: behavior
versions: Python 3.9

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


More information about the Python-bugs-list mailing list