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 Windson Yang
Recipients Windson Yang, docs@python
Date 2019-01-15.15:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547566391.87.0.956827047672.issue35745@roundup.psfhosted.org>
In-reply-to
Content
Most of the example in https://docs.python.org/3/library/dataclasses.html miss code like

from dataclasses import dataclass, field
from typing import List

I think we should add this statement in the code snippet.
History
Date User Action Args
2019-01-15 15:33:15Windson Yangsetrecipients: + Windson Yang, docs@python
2019-01-15 15:33:11Windson Yangsetmessageid: <1547566391.87.0.956827047672.issue35745@roundup.psfhosted.org>
2019-01-15 15:33:11Windson Yanglinkissue35745 messages
2019-01-15 15:33:11Windson Yangcreate