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 kintisheff
Recipients kintisheff
Date 2021-11-13.19:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636833436.92.0.166448079237.issue45803@roundup.psfhosted.org>
In-reply-to
Content
According to the 3.10 documentation, make_dataclass includes the kw_only argument: https://github.com/python/cpython/blob/3f15792d60011639d9b170d8a76c6db7f6e83665/Lib/dataclasses.py#L1327

However, the source code referred to by the same doc does not appear to include the kw_only argument:
https://github.com/python/cpython/blob/3f15792d60011639d9b170d8a76c6db7f6e83665/Lib/dataclasses.py#L1327
History
Date User Action Args
2021-11-13 19:57:16kintisheffsetrecipients: + kintisheff
2021-11-13 19:57:16kintisheffsetmessageid: <1636833436.92.0.166448079237.issue45803@roundup.psfhosted.org>
2021-11-13 19:57:16kintishefflinkissue45803 messages
2021-11-13 19:57:16kintisheffcreate