[Python-Dev] Third and hopefully final post: PEP 557, Data Classes
Nick Coghlan
ncoghlan at gmail.com
Sat Dec 2 21:30:02 EST 2017
On 2 December 2017 at 08:15, Eric V. Smith <eric at trueblade.com> wrote:
> 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.
+1 for making "order=True" be explicitly opt-in.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list