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
9168c704
Kaydet (Commit)
9168c704
authored
Mar 09, 2004
tarafından
Hye-Shik Chang
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF Patch #912462: Relocate \end tag to the right place.
(Submitted by George Yoshida)
üst
f114a3ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+2
-1
No files found.
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
9168c704
...
@@ -1336,7 +1336,6 @@ new dictionary. \var{value} defaults to \code{None}. \versionadded{2.3}
...
@@ -1336,7 +1336,6 @@ new dictionary. \var{value} defaults to \code{None}. \versionadded{2.3}
\item
[(8)]
\function
{
pop()
}
raises a
\exception
{
KeyError
}
when no default
\item
[(8)]
\function
{
pop()
}
raises a
\exception
{
KeyError
}
when no default
value is given and the key is not found.
\versionadded
{
2.3
}
value is given and the key is not found.
\versionadded
{
2.3
}
\end{description}
\item
[(9)]
\function
{
update()
}
accepts either another mapping object
\item
[(9)]
\function
{
update()
}
accepts either another mapping object
or an iterable of key/value pairs (as a tuple or other iterable of
or an iterable of key/value pairs (as a tuple or other iterable of
...
@@ -1346,6 +1345,8 @@ then is updated with those key/value pairs:
...
@@ -1346,6 +1345,8 @@ then is updated with those key/value pairs:
\versionchanged
[Allowed the argument to be an iterable of key/value
\versionchanged
[Allowed the argument to be an iterable of key/value
pairs and allowed keyword arguments]
{
2.4
}
pairs and allowed keyword arguments]
{
2.4
}
\end{description}
\subsection
{
File Objects
\subsection
{
File Objects
\label
{
bltin-file-objects
}}
\label
{
bltin-file-objects
}}
...
...
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