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
641bb660
Kaydet (Commit)
641bb660
authored
Ara 31, 2012
tarafından
Łukasz Langa
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merged fix for #15803 from 3.2 through 3.3
üst
a2678f3e
97eefc10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configparser.py
Lib/configparser.py
+3
-4
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/configparser.py
Dosyayı görüntüle @
641bb660
...
@@ -99,10 +99,9 @@ ConfigParser -- responsible for parsing a list of
...
@@ -99,10 +99,9 @@ ConfigParser -- responsible for parsing a list of
yes, on for True). Returns False or True.
yes, on for True). Returns False or True.
items(section=_UNSET, raw=False, vars=None)
items(section=_UNSET, raw=False, vars=None)
If section is given, return a list of tuples with (section_name,
If section is given, return a list of tuples with (name, value) for
section_proxy) for each section, including DEFAULTSECT. Otherwise,
each option in the section. Otherwise, return a list of tuples with
return a list of tuples with (name, value) for each option
(section_name, section_proxy) for each section, including DEFAULTSECT.
in the section.
remove_section(section)
remove_section(section)
Remove the given file section and all its options.
Remove the given file section and all its options.
...
...
Misc/ACKS
Dosyayı görüntüle @
641bb660
...
@@ -1202,6 +1202,7 @@ Matias Torchinsky
...
@@ -1202,6 +1202,7 @@ Matias Torchinsky
Sandro Tosi
Sandro Tosi
Richard Townsend
Richard Townsend
David Townshend
David Townshend
Nathan Trapuzzano
Laurence Tratt
Laurence Tratt
Alberto Trevino
Alberto Trevino
Matthias Troffaes
Matthias Troffaes
...
...
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