[issue32513] dataclasses: make it easier to use user-supplied special methods

Eric V. Smith report at bugs.python.org
Mon Jan 22 02:55:52 EST 2018


Eric V. Smith <eric at trueblade.com> added the comment:

Oops, that should have been:

if init is MISSING:
    init = True

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32513>
_______________________________________


More information about the Python-bugs-list mailing list