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
1f9a29f3
Kaydet (Commit)
1f9a29f3
authored
Agu 04, 2015
tarafından
Robert Collins
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #24021: docstring for urllib.urlcleanup.
Patch from Daniel Andrade Groppe and Peter Lovett
üst
132aecb1
2fee5c93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
request.py
Lib/urllib/request.py
+1
-0
ACKS
Misc/ACKS
+2
-0
No files found.
Lib/urllib/request.py
Dosyayı görüntüle @
1f9a29f3
...
@@ -230,6 +230,7 @@ def urlretrieve(url, filename=None, reporthook=None, data=None):
...
@@ -230,6 +230,7 @@ def urlretrieve(url, filename=None, reporthook=None, data=None):
return
result
return
result
def
urlcleanup
():
def
urlcleanup
():
"""Clean up temporary files from urlretrieve calls."""
for
temp_file
in
_url_tempfiles
:
for
temp_file
in
_url_tempfiles
:
try
:
try
:
os
.
unlink
(
temp_file
)
os
.
unlink
(
temp_file
)
...
...
Misc/ACKS
Dosyayı görüntüle @
1f9a29f3
...
@@ -518,6 +518,7 @@ Duncan Grisby
...
@@ -518,6 +518,7 @@ Duncan Grisby
Olivier Grisel
Olivier Grisel
Fabian Groffen
Fabian Groffen
Eric Groo
Eric Groo
Daniel Andrade Groppe
Dag Gruneau
Dag Gruneau
Filip Gruszczyński
Filip Gruszczyński
Thomas Guettler
Thomas Guettler
...
@@ -860,6 +861,7 @@ Anne Lord
...
@@ -860,6 +861,7 @@ Anne Lord
Tom Loredo
Tom Loredo
Justin Love
Justin Love
Ned Jackson Lovely
Ned Jackson Lovely
Peter Lovett
Chalmer Lowe
Chalmer Lowe
Jason Lowe
Jason Lowe
Tony Lownds
Tony Lownds
...
...
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