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
72d157e9
Kaydet (Commit)
72d157e9
authored
Agu 06, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Shorten the module synopsis.
üst
9940bd71
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
libbasehttp.tex
Doc/lib/libbasehttp.tex
+2
-1
liburlparse.tex
Doc/lib/liburlparse.tex
+2
-3
libxdrlib.tex
Doc/lib/libxdrlib.tex
+1
-1
No files found.
Doc/lib/libbasehttp.tex
Dosyayı görüntüle @
72d157e9
\section
{
Standard Module
\module
{
BaseHTTPServer
}}
\section
{
Standard Module
\module
{
BaseHTTPServer
}}
\declaremodule
{
standard
}{
BaseHTTPServer
}
\declaremodule
{
standard
}{
BaseHTTPServer
}
\modulesynopsis
{
Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).
}
\modulesynopsis
{
Basic HTTP server (base class for
\class
{
SimpleHTTPServer
}
and
\class
{
CGIHTTPServer
}
).
}
\indexii
{
WWW
}{
server
}
\indexii
{
WWW
}{
server
}
...
...
Doc/lib/liburlparse.tex
Dosyayı görüntüle @
72d157e9
\section
{
Standard Module
\module
{
urlparse
}}
\section
{
Standard Module
\module
{
urlparse
}}
\declaremodule
{
standard
}{
urlparse
}
\declaremodule
{
standard
}{
urlparse
}
\modulesynopsis
{
Parse a URL string into a tuple (addressing scheme identifier, network
\modulesynopsis
{
Parse URLs into components.
}
location, path, parameters, query string, fragment identifier).
}
\index
{
WWW
}
\index
{
WWW
}
\index
{
World-Wide Web
}
\index
{
World-Wide Web
}
...
@@ -14,7 +13,7 @@ location, path, parameters, query string, fragment identifier).}
...
@@ -14,7 +13,7 @@ location, path, parameters, query string, fragment identifier).}
This module defines a standard interface to break URL strings up in
This module defines a standard interface to break URL strings up in
components (addessing scheme, network location, path etc.), to combine
components (addessing scheme, network location, path etc.), to combine
the components back into a URL string, and to convert a ``relative
the components back into a URL string, and to convert a ``relative
URL'' to an absolute URL given a ``base URL
''.
URL'' to an absolute URL given a ``base URL
.''
The module has been designed to match the Internet RFC on Relative
The module has been designed to match the Internet RFC on Relative
Uniform Resource Locators (and discovered a bug in an earlier
Uniform Resource Locators (and discovered a bug in an earlier
...
...
Doc/lib/libxdrlib.tex
Dosyayı görüntüle @
72d157e9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
\declaremodule
{
standard
}{
xdrlib
}
\declaremodule
{
standard
}{
xdrlib
}
\modulesynopsis
{
The External Data Representation Standard as described
\modulesynopsis
{
The External Data Representation Standard as described
in
\rfc
{
1014
}
, written by Sun Microsystems, Inc. June 1987
.
}
in
\rfc
{
1014
}
.
}
\index
{
XDR
}
\index
{
XDR
}
\index
{
External Data Representation
}
\index
{
External Data Representation
}
...
...
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