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
2a1e3e67
Kaydet (Commit)
2a1e3e67
authored
Ara 17, 2010
tarafından
Daniel Stutzbach
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue2690: Update docs to reflect the change made by issue2690.
üst
910a4edb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
stdtypes.rst
Doc/library/stdtypes.rst
+2
-2
No files found.
Doc/library/stdtypes.rst
Dosyayı görüntüle @
2a1e3e67
...
@@ -836,8 +836,8 @@ the enclosing parentheses, such as ``a, b, c`` or ``()``. A single item tuple
...
@@ -836,8 +836,8 @@ the enclosing parentheses, such as ``a, b, c`` or ``()``. A single item tuple
must have a trailing comma, such as ``(d,)``.
must have a trailing comma, such as ``(d,)``.
Objects of type range are created using the :func:`range` function. They don't
Objects of type range are created using the :func:`range` function. They don't
support
slicing, concatenation or repetition, and using ``in``, ``not in``,
support
concatenation or repetition, and using :func:`min` or :func:`max` on
:func:`min` or :func:`max` on
them is inefficient.
them is inefficient.
Most sequence types support the following operations. The ``in`` and ``not in``
Most sequence types support the following operations. The ``in`` and ``not in``
operations have the same priorities as the comparison operations. The ``+`` and
operations have the same priorities as the comparison operations. The ``+`` and
...
...
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