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
3fe89dac
Kaydet (Commit)
3fe89dac
authored
Agu 27, 2018
tarafından
Louis Sautier
Kaydeden (comit)
Xiang Zhang
Agu 27, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)
üst
7d81e8f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
functions.rst
Doc/library/functions.rst
+9
-1
No files found.
Doc/library/functions.rst
Dosyayı görüntüle @
3fe89dac
...
@@ -113,6 +113,8 @@ are always available. They are listed here in alphabetical order.
...
@@ -113,6 +113,8 @@ are always available. They are listed here in alphabetical order.
.. index:: pair: Boolean; type
.. index:: pair: Boolean; type
.. versionchanged:: 3.7
*x* is now a positional-only parameter.
.. function:: breakpoint(*args, **kws)
.. function:: breakpoint(*args, **kws)
...
@@ -578,6 +580,9 @@ are always available. They are listed here in alphabetical order.
...
@@ -578,6 +580,9 @@ are always available. They are listed here in alphabetical order.
.. versionchanged:: 3.6
.. versionchanged:: 3.6
Grouping digits with underscores as in code literals is allowed.
Grouping digits with underscores as in code literals is allowed.
.. versionchanged:: 3.7
*x* is now a positional-only parameter.
.. index::
.. index::
single: __format__
single: __format__
...
@@ -729,7 +734,7 @@ are always available. They are listed here in alphabetical order.
...
@@ -729,7 +734,7 @@ are always available. They are listed here in alphabetical order.
to provide elaborate line editing and history features.
to provide elaborate line editing and history features.
.. class:: int(
x=0
)
.. class:: int(
[x]
)
int(x, base=10)
int(x, base=10)
Return an integer object constructed from a number or string *x*, or return
Return an integer object constructed from a number or string *x*, or return
...
@@ -763,6 +768,9 @@ are always available. They are listed here in alphabetical order.
...
@@ -763,6 +768,9 @@ are always available. They are listed here in alphabetical order.
.. versionchanged:: 3.6
.. versionchanged:: 3.6
Grouping digits with underscores as in code literals is allowed.
Grouping digits with underscores as in code literals is allowed.
.. versionchanged:: 3.7
*x* is now a positional-only parameter.
.. function:: isinstance(object, classinfo)
.. function:: isinstance(object, classinfo)
...
...
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