Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8761e59

Browse files
committed
Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
1 parent 7b4bcd2 commit 8761e59

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

Doc/whatsnew/3.6.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,25 @@ New built-in features:
137137

138138
* PEP 468: :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>`
139139

140+
A complete list of PEP's implemented in Python 3.6:
141+
142+
* :pep:`468`, :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>`
143+
* :pep:`487`, :ref:`Simpler customization of class creation<whatsnew-pep487>`
144+
* :pep:`495`, Local Time Disambiguation
145+
* :pep:`498`, :ref:`Formatted string literals <whatsnew-fstrings>`
146+
* :pep:`506`, Adding A Secrets Module To The Standard Library
147+
* :pep:`509`, :ref:`Add a private version to dict<whatsnew-pep509>`
148+
* :pep:`515`, :ref:`Underscores in Numeric Literals<pep-515>`
149+
* :pep:`519`, :ref:`Adding a file system path protocol<pep-519>`
150+
* :pep:`520`, :ref:`Preserving Class Attribute Definition Order<whatsnew-deforder>`
151+
* :pep:`523`, :ref:`Adding a frame evaluation API to CPython<pep-523>`
152+
* :pep:`524`, Make os.urandom() blocking on Linux (during system startup)
153+
* :pep:`525`, Asynchronous Generators (provisional)
154+
* :pep:`526`, :ref:`Syntax for Variable Annotations (provisional)<variable-annotations>`
155+
* :pep:`528`, :ref:`Change Windows console encoding to UTF-8 (provisional)<pep-528>`
156+
* :pep:`529`, :ref:`Change Windows filesystem encoding to UTF-8 (provisional)<pep-529>`
157+
* :pep:`530`, Asynchronous Comprehensions
158+
140159

141160
New Features
142161
============
@@ -160,7 +179,7 @@ trailing underscores are not allowed.
160179

161180
.. seealso::
162181

163-
:pep:`523` -- Underscores in Numeric Literals
182+
:pep:`515` -- Underscores in Numeric Literals
164183
PEP written by Georg Brandl and Serhiy Storchaka.
165184

166185

@@ -341,6 +360,8 @@ may be required.
341360
This change is considered experimental for 3.6.0 beta releases. The default
342361
encoding may change before the final release.
343362

363+
.. _whatsnew-pep487:
364+
344365
PEP 487: Simpler customization of class creation
345366
------------------------------------------------
346367

@@ -508,6 +529,7 @@ insertion-order-preserving mapping.
508529
:pep:`468` -- Preserving Keyword Argument Order
509530
PEP written and implemented by Eric Snow.
510531

532+
.. _whatsnew-pep509:
511533

512534
PEP 509: Add a private version to dict
513535
--------------------------------------

0 commit comments

Comments
 (0)