diff options
author | Ned Deily <nad@python.org> | 2016-09-13 15:33:03 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-13 15:33:03 (GMT) |
commit | bd8f277efc474017773cd62e950584ccd6b8dc28 (patch) | |
tree | 9e7dc8707e614b88054686ff0d9438612e7e957a /Doc/whatsnew | |
parent | d0ad11f6b4b0c617b5b57f0dbc97a2a173f6309b (diff) | |
download | cpython-bd8f277efc474017773cd62e950584ccd6b8dc28.zip cpython-bd8f277efc474017773cd62e950584ccd6b8dc28.tar.gz cpython-bd8f277efc474017773cd62e950584ccd6b8dc28.tar.bz2 |
Tidy 3.6 What's New summary
Diffstat (limited to 'Doc/whatsnew')
-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>` |