[Python-Dev] PEP 557 Data Classes 5th posting (original) (raw)
Eric V. Smith eric at trueblade.com
Sat Dec 2 09:02:37 EST 2017
- Previous message (by thread): [Python-Dev] iso8601 parsing
- Next message (by thread): [Python-Dev] PEP 557 Data Classes 5th posting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've pushed another version of PEP 557. The only difference is changing the default value of "order" to False instead of True. This matches regular classes: instances can be tested for equality, but are unordered.
Discussion at https://github.com/ericvsmith/dataclasses/issues/104
It's already available at https://www.python.org/dev/peps/pep-0557/
I've updated the implementation on PyPI to reflect this change: https://pypi.python.org/pypi/dataclasses/0.3
Eric.
- Previous message (by thread): [Python-Dev] iso8601 parsing
- Next message (by thread): [Python-Dev] PEP 557 Data Classes 5th posting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]