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
2c6ca8ad
Kaydet (Commit)
2c6ca8ad
authored
Nis 20, 2015
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
recommend requests library (closes #23989)
Patch by Van Lindberg.
üst
02d0298f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
httplib.rst
Doc/library/httplib.rst
+5
-0
urllib.rst
Doc/library/urllib.rst
+5
-0
urllib2.rst
Doc/library/urllib2.rst
+5
-0
No files found.
Doc/library/httplib.rst
Dosyayı görüntüle @
2c6ca8ad
...
...
@@ -24,6 +24,11 @@ This module defines classes which implement the client side of the HTTP and
HTTPS protocols. It is normally not used directly --- the module :mod:`urllib`
uses it to handle URLs that use HTTP and HTTPS.
.. seealso::
The `Requests package <http://requests.readthedocs.org/>`_
is recommended for a higher-level http client interface.
.. note::
HTTPS support is only available if the :mod:`socket` module was compiled with
...
...
Doc/library/urllib.rst
Dosyayı görüntüle @
2c6ca8ad
...
...
@@ -24,6 +24,11 @@ built-in function :func:`open`, but accepts Universal Resource Locators (URLs)
instead of filenames. Some restrictions apply --- it can only open URLs for
reading, and no seek operations are available.
.. seealso::
The `Requests package <http://requests.readthedocs.org/>`_
is recommended for a higher-level http client interface.
.. warning:: When opening HTTPS URLs, it does not attempt to validate the
server certificate. Use at your own risk!
...
...
Doc/library/urllib2.rst
Dosyayı görüntüle @
2c6ca8ad
...
...
@@ -18,6 +18,11 @@ The :mod:`urllib2` module defines functions and classes which help in opening
URLs (mostly HTTP) in a complex world --- basic and digest authentication,
redirections, cookies and more.
.. seealso::
The `Requests package <http://requests.readthedocs.org/>`_
is recommended for a higher-level http client interface.
The :mod:`urllib2` module defines the following functions:
...
...
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