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
838cb282
Kaydet (Commit)
838cb282
authored
Şub 10, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Put a new, more useful, set of references in the leading comment.
üst
7e924dd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
urllib.py
Lib/urllib.py
+13
-6
No files found.
Lib/urllib.py
Dosyayı görüntüle @
838cb282
# Open an arbitrary URL
# Open an arbitrary URL
#
#
# See the following document for a tentative description of URLs:
# See the following document for more info on URLs:
# Uniform Resource Locators Tim Berners-Lee
# "Names and Addresses, URIs, URLs, URNs, URCs", at
# INTERNET DRAFT CERN
# http://www.w3.org/pub/WWW/Addressing/Overview.html
# IETF URL Working Group 14 July 1993
#
# draft-ietf-uri-url-01.txt
# See also the HTTP spec (from which the error codes are derived):
# "HTTP - Hypertext Transfer Protocol", at
# http://www.w3.org/pub/WWW/Protocols/
#
# Related standards and specs:
# - RFC1808: the "relative URL" spec. (authoritative status)
# - RFC1738 - the "URL standard". (authoritative status)
# - RFC1630 - the "URI spec". (informational status)
#
#
# The object returned by URLopener().open(file) will differ per
# The object returned by URLopener().open(file) will differ per
# protocol. All you know is that is has methods read(), readline(),
# protocol. All you know is that is has methods read(), readline(),
# readlines(), fileno(), close() and info(). The read*(), fileno()
# readlines(), fileno(), close() and info(). The read*(), fileno()
# and close() methods work like those of open files.
# and close() methods work like those of open files.
# The info() method returns a
n
mimetools.Message object which can be
# The info() method returns a mimetools.Message object which can be
# used to query various info about the object, if available.
# used to query various info about the object, if available.
# (mimetools.Message objects are queried with the getheader() method.)
# (mimetools.Message objects are queried with the getheader() method.)
...
...
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