New submission from Karthikeyan Singaravelan <[email protected]>:
_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 <[email protected]> <https://bugs.python.org/issue40392> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
