[Python-Dev] PEP 557: Data Classes
Raymond Hettinger
raymond.hettinger at gmail.com
Thu Oct 12 23:09:12 EDT 2017
> On Oct 12, 2017, at 7:46 AM, Guido van Rossum <guido at python.org> wrote:
>
> I am still firmly convinced that @dataclass is the right name for the decorator (and `dataclasses` for the module).
+1 from me. The singular/plural pair has the same nice feel as "from fractions import Fraction", "from itertools import product" and "from collections import namedtuple".
Raymond
More information about the Python-Dev
mailing list