[Python-Dev] Third and hopefully final post: PEP 557, Data Classes (original) (raw)
Guido van Rossum gvanrossum at gmail.com
Wed Nov 29 18:44:19 EST 2017
- Previous message (by thread): [Python-Dev] Third and hopefully final post: PEP 557, Data Classes
- Next message (by thread): [Python-Dev] Third and hopefully final post: PEP 557, Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I plan to accept this on Monday if no new objections are raised.
On Nov 29, 2017 3:28 PM, "Eric V. Smith" <eric at trueblade.com> wrote:
I've posted a new version of PEP 557, it should soon be available at https://www.python.org/dev/peps/pep-0557/.
The only significant changes since the last version are: - changing the "compare" parameter to be "order", since that more accurately reflects what it does. - Having the combination of "eq=False" and "order=True" raise an exception instead of silently changing eq to True. There were no other issues raised with the previous version of the PEP. So with that, I think it's ready for a pronouncement. Eric.
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido% 40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171129/474254f3/attachment.html>
- Previous message (by thread): [Python-Dev] Third and hopefully final post: PEP 557, Data Classes
- Next message (by thread): [Python-Dev] Third and hopefully final post: PEP 557, Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]