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
13136e83
Kaydet (Commit)
13136e83
authored
Haz 03, 2019
tarafından
Matthias Bussonnier
Kaydeden (comit)
Petr Viktorin
Haz 03, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
üst
1e375c62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
types.rst
Doc/library/types.rst
+3
-0
2019-05-31-10-46-36.bpo-36896.wkXTW9.rst
...xt/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst
+2
-0
No files found.
Doc/library/types.rst
Dosyayı görüntüle @
13136e83
...
@@ -98,6 +98,9 @@ the types that arise only incidentally during processing such as the
...
@@ -98,6 +98,9 @@ the types that arise only incidentally during processing such as the
Typical use of these names is for :func:`isinstance` or
Typical use of these names is for :func:`isinstance` or
:func:`issubclass` checks.
:func:`issubclass` checks.
If you instantiate any of these types, note that signatures may vary between Python versions.
Standard names are defined for the following types:
Standard names are defined for the following types:
.. data:: FunctionType
.. data:: FunctionType
...
...
Misc/NEWS.d/next/Documentation/2019-05-31-10-46-36.bpo-36896.wkXTW9.rst
0 → 100644
Dosyayı görüntüle @
13136e83
Clarify that some types have unstable constructor signature between Python
versions.
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