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
f42cc45f
Kaydet (Commit)
f42cc45f
authored
May 03, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The general iteration support is part of 2.2, not 2.1 -- fixed the version
annotations! Also fixed a typo noted by Neil S.
üst
9cfe1824
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
libexcs.tex
Doc/lib/libexcs.tex
+1
-0
libstdtypes.tex
Doc/lib/libstdtypes.tex
+2
-2
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
f42cc45f
...
...
@@ -243,6 +243,7 @@ Raised when an \keyword{assert} statement fails.
This is derived from
\exception
{
Exception
}
rather than
\exception
{
StandardError
}
, since this is not considered an error in
its normal application.
\versionadded
{
2.2
}
\end{excdesc}
\begin{excdesc}
{
SyntaxError
}
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
f42cc45f
...
...
@@ -315,7 +315,7 @@ division by \code{pow(2, \var{n})} without overflow check.
\subsection
{
Iterator Types
\label
{
typeiter
}}
\versionadded
{
2.
1
}
\versionadded
{
2.
2
}
\index
{
iterator protocol
}
\index
{
protocol!iterator
}
\index
{
sequence!iteration
}
...
...
@@ -351,7 +351,7 @@ two methods, which together form the \dfn{iterator protocol}:
the Python/C API.
\end{methoddesc}
\begin{methoddesc}
[iterat
p
r]
{
next
}{}
\begin{methoddesc}
[iterat
o
r]
{
next
}{}
Return the next item from the container. If there are no further
items, raise the
\exception
{
StopIteration
}
exception. This method
corresponds to the
\member
{
tp
_
iternext
}
slot of the type structure
...
...
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