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
6545ed6e
Kaydet (Commit)
6545ed6e
authored
Agu 21, 2010
tarafından
Giampaolo Rodolà
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete 'import SOCKS' statement
üst
2d55e2aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
ftplib.py
Lib/ftplib.py
+1
-7
No files found.
Lib/ftplib.py
Dosyayı görüntüle @
6545ed6e
...
@@ -38,13 +38,7 @@ python ftplib.py -d localhost -l -p -l
...
@@ -38,13 +38,7 @@ python ftplib.py -d localhost -l -p -l
import
os
import
os
import
sys
import
sys
import
socket
# Import SOCKS module if it exists, else standard socket module socket
try
:
import
SOCKS
;
socket
=
SOCKS
;
del
SOCKS
# import SOCKS as socket
from
socket
import
getfqdn
;
socket
.
getfqdn
=
getfqdn
;
del
getfqdn
except
ImportError
:
import
socket
from
socket
import
_GLOBAL_DEFAULT_TIMEOUT
from
socket
import
_GLOBAL_DEFAULT_TIMEOUT
__all__
=
[
"FTP"
,
"Netrc"
]
__all__
=
[
"FTP"
,
"Netrc"
]
...
...
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