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 beruhan
Recipients Alex.Willmer, beruhan, gvanrossum, levkivskyi
Date 2019-04-10.07:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554881219.98.0.537225550326.issue36584@roundup.psfhosted.org>
In-reply-to
Content
the class definitions as follows:
from typing import NamedTuple


class Info(NamedTuple):
    service: str
    damage: str
    privilege: str


info = Info("http", "no", "no")
History
Date User Action Args
2019-04-10 07:26:59beruhansetrecipients: + beruhan, gvanrossum, Alex.Willmer, levkivskyi
2019-04-10 07:26:59beruhansetmessageid: <1554881219.98.0.537225550326.issue36584@roundup.psfhosted.org>
2019-04-10 07:26:59beruhanlinkissue36584 messages
2019-04-10 07:26:59beruhancreate