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
7fe2c4af
Kaydet (Commit)
7fe2c4af
authored
Ara 05, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#4355: refer to urlencode in the correct module.
üst
4f3359f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
urllib.parse.rst
Doc/library/urllib.parse.rst
+2
-2
urllib.request.rst
Doc/library/urllib.request.rst
+4
-4
No files found.
Doc/library/urllib.parse.rst
Dosyayı görüntüle @
7fe2c4af
...
@@ -106,8 +106,8 @@ The :mod:`urllib.parse` module defines the following functions:
...
@@ -106,8 +106,8 @@ The :mod:`urllib.parse` module defines the following functions:
parsing errors. If false (the default), errors are silently ignored. If true,
parsing errors. If false (the default), errors are silently ignored. If true,
errors raise a :exc:`ValueError` exception.
errors raise a :exc:`ValueError` exception.
Use the :func:`urllib.
urlencode` function to convert such dictionaries into
Use the :func:`urllib.
parse.urlencode` function to convert such
query strings.
dictionaries into
query strings.
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
...
...
Doc/library/urllib.request.rst
Dosyayı görüntüle @
7fe2c4af
...
@@ -23,8 +23,8 @@ The :mod:`urllib.request` module defines the following functions:
...
@@ -23,8 +23,8 @@ The :mod:`urllib.request` module defines the following functions:
that use *data*; the HTTP request will be a POST instead of a GET when the
that use *data*; the HTTP request will be a POST instead of a GET when the
*data* parameter is provided. *data* should be a buffer in the standard
*data* parameter is provided. *data* should be a buffer in the standard
:mimetype:`application/x-www-form-urlencoded` format. The
:mimetype:`application/x-www-form-urlencoded` format. The
:func:`urllib.
urlencode` function takes a mapping or sequence of 2-tuples and
:func:`urllib.
parse.urlencode` function takes a mapping or sequence
returns a string in this format.
of 2-tuples and
returns a string in this format.
The optional *timeout* parameter specifies a timeout in seconds for blocking
The optional *timeout* parameter specifies a timeout in seconds for blocking
operations like the connection attempt (if not specified, the global default
operations like the connection attempt (if not specified, the global default
...
@@ -172,8 +172,8 @@ The following classes are provided:
...
@@ -172,8 +172,8 @@ The following classes are provided:
that use *data*; the HTTP request will be a POST instead of a GET when the
that use *data*; the HTTP request will be a POST instead of a GET when the
*data* parameter is provided. *data* should be a buffer in the standard
*data* parameter is provided. *data* should be a buffer in the standard
:mimetype:`application/x-www-form-urlencoded` format. The
:mimetype:`application/x-www-form-urlencoded` format. The
:func:`urllib.
urlencode` function takes a mapping or sequence of 2-tuples and
:func:`urllib.
parse.urlencode` function takes a mapping or sequence
returns a string in this format.
of 2-tuples and
returns a string in this format.
*headers* should be a dictionary, and will be treated as if :meth:`add_header`
*headers* should be a dictionary, and will be treated as if :meth:`add_header`
was called with each key and value as arguments. This is often used to "spoof"
was called with each key and value as arguments. This is often used to "spoof"
...
...
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