[Python-checkins] cpython (merge 3.6 -> default): merge from 3.6
ned.deily
python-checkins at python.org
Tue Sep 13 11:35:24 EDT 2016
https://hg.python.org/cpython/rev/42a4823af396
changeset: 103766:42a4823af396
parent: 103764:b347e918d08f
parent: 103765:458f0472381d
user: Ned Deily <nad at python.org>
date: Tue Sep 13 11:35:00 2016 -0400
summary:
merge from 3.6
files:
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
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -131,6 +131,8 @@
: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>`
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list