[Python-Dev] Third and hopefully final post: PEP 557, Data Classes (original) (raw)

Eric V. Smith eric at trueblade.com
Fri Dec 1 17:15:33 EST 2017


See https://github.com/ericvsmith/dataclasses/issues/104 for a discussion on making order=False the default. This matches regular classes in Python 3, which cannot be ordered.

Eric.



More information about the Python-Dev mailing list