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
b4c60919
Kaydet (Commit)
b4c60919
authored
May 18, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ConfigParser:
- DuplicateSectionError is only raised by add_section() (closes SF bug #830449)
üst
abc086fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
libcfgparser.tex
Doc/lib/libcfgparser.tex
+2
-3
No files found.
Doc/lib/libcfgparser.tex
Dosyayı görüntüle @
b4c60919
...
@@ -86,9 +86,8 @@ Exception raised when a specified section is not found.
...
@@ -86,9 +86,8 @@ Exception raised when a specified section is not found.
\end{excdesc}
\end{excdesc}
\begin{excdesc}
{
DuplicateSectionError
}
\begin{excdesc}
{
DuplicateSectionError
}
Exception raised when multiple sections with the same name are found,
Exception raised if
\method
{
add
_
section()
}
is called with the name of
or if
\method
{
add
_
section()
}
is called with the name of a section that
a section that is already present.
is already present.
\end{excdesc}
\end{excdesc}
\begin{excdesc}
{
NoOptionError
}
\begin{excdesc}
{
NoOptionError
}
...
...
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