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
8e27fcea
Kaydet (Commit)
8e27fcea
authored
Agu 14, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Wording fix.
üst
1c29ddd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
urllib.parse.rst
Doc/library/urllib.parse.rst
+5
-5
No files found.
Doc/library/urllib.parse.rst
Dosyayı görüntüle @
8e27fcea
...
@@ -48,11 +48,11 @@ The :mod:`urllib.parse` module defines the following functions:
...
@@ -48,11 +48,11 @@ The :mod:`urllib.parse` module defines the following functions:
>>> o.geturl()
>>> o.geturl()
'http://www.cwi.nl:80/%7Eguido/Python.html'
'http://www.cwi.nl:80/%7Eguido/Python.html'
If the scheme value is not specified, urlparse
following the syntax
If the scheme value is not specified, urlparse
expects the netloc value to
s
pecifications from RFC 1808, expects the netloc value to start with '//',
s
tart with '//', following the syntax specifications from :rfc:`1808`.
Otherwise, it is not possible to distinguish between net
_
loc and path
Otherwise, it is not possible to distinguish between netloc and path
component
and would classify the indistinguishable component as path as in
component
s, and would the indistinguishable component would be classified
a
relative url
.
a
s the path as in a relative URL
.
>>> from urlparse import urlparse
>>> from urlparse import urlparse
>>> urlparse('//www.cwi.nl:80/%7Eguido/Python.html')
>>> urlparse('//www.cwi.nl:80/%7Eguido/Python.html')
...
...
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