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
4094b3d0
Kaydet (Commit)
4094b3d0
authored
Haz 03, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor rewording
üst
27ca711d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
liburllib2.tex
Doc/lib/liburllib2.tex
+7
-7
No files found.
Doc/lib/liburllib2.tex
Dosyayı görüntüle @
4094b3d0
...
@@ -18,13 +18,13 @@ The \module{urllib2} module defines the following functions:
...
@@ -18,13 +18,13 @@ The \module{urllib2} module defines the following functions:
Open the URL
\var
{
url
}
, which can be either a string or a
\class
{
Request
}
Open the URL
\var
{
url
}
, which can be either a string or a
\class
{
Request
}
object.
object.
\var
{
data
}
should be a string, which specifies additional data to send
\var
{
data
}
may be a string specifying additional data to send to the
to the server. Currently HTTP requests are the only ones that use
server. Currently HTTP requests are the only ones that use
\var
{
data
}
;
\var
{
data
}
. For HTTP, the request will be a POST instead of a GET
the HTTP request will be a POST instead of a GET when the
\var
{
data
}
when the
\var
{
data
}
parameter is provided.
\var
{
data
}
should be a
parameter is provided.
\var
{
data
}
should be a buffer in the standard
buffer in the standard
\mimetype
{
application/x-www-form-urlencoded
}
format.
\mimetype
{
application/x-www-form-urlencoded
}
format. The
The
\function
{
urllib.urlencode()
}
function takes a mapping or
\function
{
urllib.urlencode()
}
function takes a mapping or sequence of
sequence of
2-tuples and returns a string in this format.
2-tuples and returns a string in this format.
This function returns a file-like object with two additional methods:
This function returns a file-like object with two additional methods:
...
...
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