Added PEP 557 to the 3.7 release PEP.

This commit is contained in:
Eric V. Smith 2017-12-04 15:40:30 -05:00
parent 9504eb96c8
commit 0f007b78a8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Implemented changes for 3.7 (as of 3.7.0 alpha 2):
* :pep:`538`, Coercing the legacy C locale to a UTF-8 based locale
* :pep:`539`, A New C-API for Thread-Local Storage in CPython
* :pep:`553`, Built-in breakpoint()
* :pep:`557`, Data Classes
Copyright
=========