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 rhettinger
Recipients ahmetveburak, brandtbucher, docs@python, rhettinger
Date 2021-05-14.17:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621011976.82.0.429277862709.issue44109@roundup.psfhosted.org>
In-reply-to
Content
> Thoughts from others?

As it stands, the Point class is weird and atypical by only using class variables.  The example would be improved by adding @dataclass or inheriting from typing.NamedTuple.
History
Date User Action Args
2021-05-14 17:06:16rhettingersetrecipients: + rhettinger, docs@python, brandtbucher, ahmetveburak
2021-05-14 17:06:16rhettingersetmessageid: <1621011976.82.0.429277862709.issue44109@roundup.psfhosted.org>
2021-05-14 17:06:16rhettingerlinkissue44109 messages
2021-05-14 17:06:16rhettingercreate