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 xtreak
Recipients josh.r, levkivskyi, rhettinger, serhiy.storchaka, xtreak
Date 2020-04-26.06:17:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
_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 .
History
Date User Action Args
2020-04-26 06:17:53xtreaksetrecipients: + xtreak, rhettinger, serhiy.storchaka, josh.r, levkivskyi
2020-04-26 06:17:53xtreaksetmessageid: <[email protected]>
2020-04-26 06:17:53xtreaklinkissue40392 messages
2020-04-26 06:17:52xtreakcreate