diff options
author | Ned Deily <nad@python.org> | 2016-09-13 15:35:00 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-13 15:35:00 (GMT) |
commit | 20ae233d0270c6b2943df9602be7cf04247bb230 (patch) | |
tree | 7cfcf0aff35a3118f8198255c706bd0645373927 /Doc | |
parent | f135ea1320ca82af36a23308b71be431eb762341 (diff) | |
parent | bd8f277efc474017773cd62e950584ccd6b8dc28 (diff) | |
download | cpython-20ae233d0270c6b2943df9602be7cf04247bb230.zip cpython-20ae233d0270c6b2943df9602be7cf04247bb230.tar.gz cpython-20ae233d0270c6b2943df9602be7cf04247bb230.tar.bz2 |
merge from 3.6
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 8d534d0..deb8820 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -131,6 +131,8 @@ Windows improvements: :pep:`4XX` - Python Virtual Environments PEP written by Carl Meyer +New built-in features: + * PEP 520: :ref:`Preserving Class Attribute Definition Order<whatsnew-deforder>` * PEP 468: :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>` |