[New-bugs-announce] [issue45803] make_dataclass is missing the documented kw_only argument
Tsvetan Kintisheff
report at bugs.python.org
Sat Nov 13 14:57:16 EST 2021
New submission from Tsvetan Kintisheff <kintisheff at gmail.com>:
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
----------
components: ctypes
messages: 406290
nosy: kintisheff
priority: normal
severity: normal
status: open
title: make_dataclass is missing the documented kw_only argument
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45803>
_______________________________________
More information about the New-bugs-announce
mailing list