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
0308ff86
Kaydet (Commit)
0308ff86
authored
Agu 25, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add reference to RFC 2396 in "See also" section.
Minor cleanups.
üst
21801de6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
liburlparse.tex
Doc/lib/liburlparse.tex
+11
-6
No files found.
Doc/lib/liburlparse.tex
Dosyayı görüntüle @
0308ff86
\section
{
\module
{
urlparse
}
---
Parse URLs into components
.
}
Parse URLs into components
}
\declaremodule
{
standard
}{
urlparse
}
\modulesynopsis
{
Parse URLs into components.
}
...
...
@@ -11,10 +11,11 @@
\indexii
{
relative
}{
URL
}
This module defines a standard interface to break URL strings up in
components (addressing scheme, network location, path etc.), to combine
the components back into a URL string, and to convert a ``relative
URL'' to an absolute URL given a ``base URL.''
This module defines a standard interface to break Uniform Resource
Locator (URL) strings up in components (addressing scheme, network
location, path etc.), to combine the components back into a URL
string, and to convert a ``relative URL'' to an absolute URL given a
``base URL.''
The module has been designed to match the Internet RFC on Relative
Uniform Resource Locators (and discovered a bug in an earlier
...
...
@@ -80,7 +81,7 @@ yields the string
\begin{verbatim}
'http://www.cwi.nl/
%7Eguido/FAQ.html'
\end{verbatim}
%
The
\var
{
allow
_
fragments
}
argument has the same meaning as for
\code
{
urlparse()
}
.
\end{funcdesc}
...
...
@@ -95,4 +96,8 @@ The \var{allow_fragments} argument has the same meaning as for
absolute and a relative URL, including a fair normal of
``Abnormal Examples'' which govern the treatment of border
cases.
}
\seerfc
{
2396
}{
Uniform Resource Identifiers (URI): Generic Syntax
}{
Document describing the generic syntactic requirements for
both Uniform Resource Names (URNs) and Uniform Resource
Locators (URLs).
}
\end{seealso}
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