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 alan_du
Recipients alan_du, eric.smith
Date 2018-03-23.23:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521848413.24.0.467229070634.issue33129@psf.upfronthosting.co.za>
In-reply-to
Content
If this would be accepted, I'd be happy to contribute a patch adding a `kwarg_only` option to `dataclass` (although it might take me a while since I'm not super familiar with the Python development workflow). I believe I already have the code change necessary at https://github.com/alanhdu/cpython/commit/fa35b39e5204845690ff774812f882f40b0e5f90 (although it still needs tests and documentation).
History
Date User Action Args
2018-03-23 23:40:13alan_dusetrecipients: + alan_du, eric.smith
2018-03-23 23:40:13alan_dusetmessageid: <1521848413.24.0.467229070634.issue33129@psf.upfronthosting.co.za>
2018-03-23 23:40:13alan_dulinkissue33129 messages
2018-03-23 23:40:13alan_ducreate