diff options
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>` |