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
ef338ec5
Kaydet (Commit)
ef338ec5
authored
Ara 26, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More index entries.
üst
8b8fe288
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
libftplib.tex
Doc/lib/libftplib.tex
+3
-1
libhttplib.tex
Doc/lib/libhttplib.tex
+1
-0
No files found.
Doc/lib/libftplib.tex
Dosyayı görüntüle @
ef338ec5
...
@@ -4,10 +4,12 @@
...
@@ -4,10 +4,12 @@
\declaremodule
{
standard
}{
ftplib
}
\declaremodule
{
standard
}{
ftplib
}
\modulesynopsis
{
FTP protocol client (requires sockets).
}
\modulesynopsis
{
FTP protocol client (requires sockets).
}
\indexii
{
FTP
}{
protocol
}
\index
{
FTP!
\module
{
ftplib
}
(standard module)
}
This module defines the class
\class
{
FTP
}
and a few related items.
This module defines the class
\class
{
FTP
}
and a few related items.
The
\class
{
FTP
}
class implements the client side of the FTP
The
\class
{
FTP
}
class implements the client side of the FTP
protocol.
\indexii
{
FTP
}{
protocol
}
You can use this to write Python
protocol. You can use this to write Python
programs that perform a variety of automated FTP jobs, such as
programs that perform a variety of automated FTP jobs, such as
mirroring other ftp servers. It is also used by the module
mirroring other ftp servers. It is also used by the module
\refmodule
{
urllib
}
to handle URLs that use FTP. For more information
\refmodule
{
urllib
}
to handle URLs that use FTP. For more information
...
...
Doc/lib/libhttplib.tex
Dosyayı görüntüle @
ef338ec5
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
\modulesynopsis
{
HTTP and HTTPS protocol client (requires sockets).
}
\modulesynopsis
{
HTTP and HTTPS protocol client (requires sockets).
}
\indexii
{
HTTP
}{
protocol
}
\indexii
{
HTTP
}{
protocol
}
\index
{
HTTP!
\module
{
httplib
}
(standard module)
}
This module defines classes which implement the client side of the
This module defines classes which implement the client side of the
HTTP and HTTPS protocols. It is normally not used directly --- the
HTTP and HTTPS protocols. It is normally not used directly --- the
...
...
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