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
e581bb30
Kaydet (Commit)
e581bb30
authored
Agu 17, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small cleanups, and note when zip() entered the menagerie.
üst
b32aa5ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
libfuncs.tex
Doc/lib/libfuncs.tex
+1
-3
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
e581bb30
...
...
@@ -168,7 +168,6 @@ class instances are callable if they have a \method{__call__()} method.
['sys']
>>> dir(sys)
['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
>>>
\end{verbatim}
\end{funcdesc}
...
...
@@ -515,7 +514,6 @@ one argument, return the smallest of the arguments.
[]
>>> range(1, 0)
[]
>>>
\end{verbatim}
\end{funcdesc}
...
...
@@ -530,7 +528,6 @@ one argument, return the smallest of the arguments.
--> Monty Python's Flying Circus
>>> s
"Monty Python's Flying Circus"
>>>
\end{verbatim}
If the
\module
{
readline
}
module was loaded, then
...
...
@@ -712,4 +709,5 @@ The returned list is truncated in length to the length of the shortest
argument sequence. When the argument sequences are all of the same
length,
\function
{
zip()
}
is similar to
\function
{
map()
}
with an
initial argument of
\code
{
None
}
.
\versionadded
{
2.0
}
\end{funcdesc}
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