Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8761e59f
Kaydet (Commit)
8761e59f
authored
Eyl 16, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
üst
7b4bcd20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
3.6.rst
Doc/whatsnew/3.6.rst
+23
-1
No files found.
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
8761e59f
...
@@ -137,6 +137,25 @@ New built-in features:
...
@@ -137,6 +137,25 @@ New built-in features:
* PEP 468: :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>`
* PEP 468: :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>`
A complete list of PEP's implemented in Python 3.6:
* :pep:`468`, :ref:`Preserving Keyword Argument Order<whatsnew-kwargs>`
* :pep:`487`, :ref:`Simpler customization of class creation<whatsnew-pep487>`
* :pep:`495`, Local Time Disambiguation
* :pep:`498`, :ref:`Formatted string literals <whatsnew-fstrings>`
* :pep:`506`, Adding A Secrets Module To The Standard Library
* :pep:`509`, :ref:`Add a private version to dict<whatsnew-pep509>`
* :pep:`515`, :ref:`Underscores in Numeric Literals<pep-515>`
* :pep:`519`, :ref:`Adding a file system path protocol<pep-519>`
* :pep:`520`, :ref:`Preserving Class Attribute Definition Order<whatsnew-deforder>`
* :pep:`523`, :ref:`Adding a frame evaluation API to CPython<pep-523>`
* :pep:`524`, Make os.urandom() blocking on Linux (during system startup)
* :pep:`525`, Asynchronous Generators (provisional)
* :pep:`526`, :ref:`Syntax for Variable Annotations (provisional)<variable-annotations>`
* :pep:`528`, :ref:`Change Windows console encoding to UTF-8 (provisional)<pep-528>`
* :pep:`529`, :ref:`Change Windows filesystem encoding to UTF-8 (provisional)<pep-529>`
* :pep:`530`, Asynchronous Comprehensions
New Features
New Features
============
============
...
@@ -160,7 +179,7 @@ trailing underscores are not allowed.
...
@@ -160,7 +179,7 @@ trailing underscores are not allowed.
.. seealso::
.. seealso::
:pep:`5
23
` -- Underscores in Numeric Literals
:pep:`5
15
` -- Underscores in Numeric Literals
PEP written by Georg Brandl and Serhiy Storchaka.
PEP written by Georg Brandl and Serhiy Storchaka.
...
@@ -341,6 +360,8 @@ may be required.
...
@@ -341,6 +360,8 @@ may be required.
This change is considered experimental for 3.6.0 beta releases. The default
This change is considered experimental for 3.6.0 beta releases. The default
encoding may change before the final release.
encoding may change before the final release.
.. _whatsnew-pep487:
PEP 487: Simpler customization of class creation
PEP 487: Simpler customization of class creation
------------------------------------------------
------------------------------------------------
...
@@ -508,6 +529,7 @@ insertion-order-preserving mapping.
...
@@ -508,6 +529,7 @@ insertion-order-preserving mapping.
:pep:`468` -- Preserving Keyword Argument Order
:pep:`468` -- Preserving Keyword Argument Order
PEP written and implemented by Eric Snow.
PEP written and implemented by Eric Snow.
.. _whatsnew-pep509:
PEP 509: Add a private version to dict
PEP 509: Add a private version to dict
--------------------------------------
--------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment