[Python-Dev] PEP 557: Data Classes (original) (raw)
Raymond Hettinger raymond.hettinger at gmail.com
Thu Oct 12 23:09:12 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]