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
67c1cb20
Kaydet (Commit)
67c1cb20
authored
Ock 20, 2017
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #29316: Restore the provisional status of typing module and add
corresponding note to documentation. Patch by Ivan L.
üst
398ef5c0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
typing.rst
Doc/library/typing.rst
+7
-0
3.6.rst
Doc/whatsnew/3.6.rst
+3
-6
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/typing.rst
Dosyayı görüntüle @
67c1cb20
...
@@ -8,6 +8,13 @@
...
@@ -8,6 +8,13 @@
**Source code:** :source:`Lib/typing.py`
**Source code:** :source:`Lib/typing.py`
.. note::
The typing module has been included in the standard library on a
:term:`provisional basis <provisional api>`. New features might
be added and API may change even between minor releases if deemed
necessary by the core developers.
--------------
--------------
This module supports type hints as specified by :pep:`484` and :pep:`526`.
This module supports type hints as specified by :pep:`484` and :pep:`526`.
...
...
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
67c1cb20
...
@@ -120,7 +120,7 @@ Significant improvements in the standard library:
...
@@ -120,7 +120,7 @@ Significant improvements in the standard library:
:ref:`Local Time Disambiguation <whatsnew36-pep495>`.
:ref:`Local Time Disambiguation <whatsnew36-pep495>`.
* The :mod:`typing` module received a number of
* The :mod:`typing` module received a number of
:ref:`improvements <whatsnew36-typing>`
and is no longer provisional
.
:ref:`improvements <whatsnew36-typing>`.
* The :mod:`tracemalloc` module has been significantly reworked
* The :mod:`tracemalloc` module has been significantly reworked
and is now used to provide better output for :exc:`ResourceWarning`
and is now used to provide better output for :exc:`ResourceWarning`
...
@@ -1544,11 +1544,8 @@ to filter block traces by their address space (domain).
...
@@ -1544,11 +1544,8 @@ to filter block traces by their address space (domain).
typing
typing
------
------
Starting with Python 3.6 the :mod:`typing` module is no longer provisional
Since the :mod:`typing` module is :term:`provisional <provisional api>`,
and its API is considered stable.
all changes introduced in Python 3.6 have also been
Since the :mod:`typing` module was :term:`provisional <provisional api>`
in Python 3.5, all changes introduced in Python 3.6 have also been
backported to Python 3.5.x.
backported to Python 3.5.x.
The :mod:`typing` module has a much improved support for generic type
The :mod:`typing` module has a much improved support for generic type
...
...
Misc/NEWS
Dosyayı görüntüle @
67c1cb20
...
@@ -47,6 +47,9 @@ Core and Builtins
...
@@ -47,6 +47,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #29316: Restore the provisional status of typing module, add
corresponding note to documentation. Patch by Ivan L.
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
ctypes.CDLL instances.
...
...
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