[Python-Dev] Second post: PEP 557, Data Classes (original) (raw)

Eric V. Smith eric at trueblade.com
Sat Nov 25 16:06:20 EST 2017


The updated version should show up at https://www.python.org/dev/peps/pep-0557/ shortly.

The major changes from the previous version are:

The only open issues I know of are:

Most of the items that were previously discussed on python-dev were discussed in detail at https://github.com/ericvsmith/dataclasses. Before rehashing an old discussion, please check there first.

Also at https://github.com/ericvsmith/dataclasses is an implementation, with tests, that should work with 3.6 and 3.7. The only action item for the code is to clean up the implementation of InitVar, but that's waiting for PEP 560. Oh, and if PEP 563 is accepted I'll also need to do some work.

Feedback is welcomed!

Eric.



More information about the Python-Dev mailing list