Message 320444 - Python tracker

Message320444

Author chriscog
Recipients chriscog, docs@python
Date 2018-06-25.21:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529963695.74.0.56676864532.issue33961@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for dataclasses.dataclass includes this text:

"If any of the added methods already exist on the class, a TypeError will be raised."

However, the documentation for various options has ONE case of TypeError, some cases of ValueError and other cases of "does nothing".

I'll attempt a fix and create a PR for this.
History
Date User Action Args
2018-06-25 21:54:55chriscogsetrecipients: + chriscog, docs@python
2018-06-25 21:54:55chriscogsetmessageid: <1529963695.74.0.56676864532.issue33961@psf.upfronthosting.co.za>
2018-06-25 21:54:55chriscoglinkissue33961 messages
2018-06-25 21:54:55chriscogcreate