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
f5eaa2ef
Kaydet (Commit)
f5eaa2ef
authored
Ara 15, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed index references to modules.
Added new index entry for mimetools module.
üst
a51f5a48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
liburllib.tex
Doc/lib/liburllib.tex
+9
-8
liburllib.tex
Doc/liburllib.tex
+9
-8
No files found.
Doc/lib/liburllib.tex
Dosyayı görüntüle @
f5eaa2ef
...
@@ -8,13 +8,13 @@
...
@@ -8,13 +8,13 @@
\renewcommand
{
\indexsubitem
}{
(in module urllib)
}
\renewcommand
{
\indexsubitem
}{
(in module urllib)
}
This module provides a high-level interface for fetching data across
This module provides a high-level interface for fetching data across
the World-Wide Web. In particular, the
\code
{
urlopen
}
function is
the World-Wide Web. In particular, the
\code
{
urlopen
()
}
function is
similar to the built-in function
\code
{
open
}
, but accepts URLs
similar to the built-in function
\code
{
open
()
}
, but accepts URLs
(Universal Resource Locators) instead of filenames. Some restrictions
(Universal Resource Locators) instead of filenames. Some restrictions
apply --- it can only open URLs for reading, and no seek operations
apply --- it can only open URLs for reading, and no seek operations
are available.
are available.
i
t defines the following public functions:
I
t defines the following public functions:
\begin{funcdesc}
{
urlopen
}{
url
}
\begin{funcdesc}
{
urlopen
}{
url
}
Open a network object denoted by a URL for reading. If the URL does
Open a network object denoted by a URL for reading. If the URL does
...
@@ -36,6 +36,7 @@ The \code{info()} method returns an instance of the class
...
@@ -36,6 +36,7 @@ The \code{info()} method returns an instance of the class
if the protocol uses such headers (currently the only supported
if the protocol uses such headers (currently the only supported
protocol that uses this is HTTP). See the description of the
protocol that uses this is HTTP). See the description of the
\code
{
mimetools
}
module.
\code
{
mimetools
}
module.
\refstmodindex
{
mimetools
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
urlretrieve
}{
url
}
\begin{funcdesc}
{
urlretrieve
}{
url
}
...
@@ -118,15 +119,15 @@ looking at the \code{Content-type} header. For the Gopher protocol,
...
@@ -118,15 +119,15 @@ looking at the \code{Content-type} header. For the Gopher protocol,
type information is encoded in the URL; there is currently no easy way
type information is encoded in the URL; there is currently no easy way
to extract it. If the returned data is HTML, you can use the module
to extract it. If the returned data is HTML, you can use the module
\code
{
htmllib
}
to parse it.
\code
{
htmllib
}
to parse it.
\index
{
HTML
}
\index
{
HTML
}
%
\index
{
HTTP
}
\index
{
HTTP
}
%
\index
{
Gopher
}
\index
{
Gopher
}
%
\stmodindex
{
htmllib
}
\
ref
stmodindex
{
htmllib
}
\item
\item
Although the
\code
{
urllib
}
module contains (undocumented) routines to
Although the
\code
{
urllib
}
module contains (undocumented) routines to
parse and unparse URL strings, the recommended interface for URL
parse and unparse URL strings, the recommended interface for URL
manipulation is in module
\code
{
urlparse
}
.
manipulation is in module
\code
{
urlparse
}
.
\stmodindex
{
urlparse
}
\
ref
stmodindex
{
urlparse
}
\end{itemize}
\end{itemize}
Doc/liburllib.tex
Dosyayı görüntüle @
f5eaa2ef
...
@@ -8,13 +8,13 @@
...
@@ -8,13 +8,13 @@
\renewcommand
{
\indexsubitem
}{
(in module urllib)
}
\renewcommand
{
\indexsubitem
}{
(in module urllib)
}
This module provides a high-level interface for fetching data across
This module provides a high-level interface for fetching data across
the World-Wide Web. In particular, the
\code
{
urlopen
}
function is
the World-Wide Web. In particular, the
\code
{
urlopen
()
}
function is
similar to the built-in function
\code
{
open
}
, but accepts URLs
similar to the built-in function
\code
{
open
()
}
, but accepts URLs
(Universal Resource Locators) instead of filenames. Some restrictions
(Universal Resource Locators) instead of filenames. Some restrictions
apply --- it can only open URLs for reading, and no seek operations
apply --- it can only open URLs for reading, and no seek operations
are available.
are available.
i
t defines the following public functions:
I
t defines the following public functions:
\begin{funcdesc}
{
urlopen
}{
url
}
\begin{funcdesc}
{
urlopen
}{
url
}
Open a network object denoted by a URL for reading. If the URL does
Open a network object denoted by a URL for reading. If the URL does
...
@@ -36,6 +36,7 @@ The \code{info()} method returns an instance of the class
...
@@ -36,6 +36,7 @@ The \code{info()} method returns an instance of the class
if the protocol uses such headers (currently the only supported
if the protocol uses such headers (currently the only supported
protocol that uses this is HTTP). See the description of the
protocol that uses this is HTTP). See the description of the
\code
{
mimetools
}
module.
\code
{
mimetools
}
module.
\refstmodindex
{
mimetools
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
urlretrieve
}{
url
}
\begin{funcdesc}
{
urlretrieve
}{
url
}
...
@@ -118,15 +119,15 @@ looking at the \code{Content-type} header. For the Gopher protocol,
...
@@ -118,15 +119,15 @@ looking at the \code{Content-type} header. For the Gopher protocol,
type information is encoded in the URL; there is currently no easy way
type information is encoded in the URL; there is currently no easy way
to extract it. If the returned data is HTML, you can use the module
to extract it. If the returned data is HTML, you can use the module
\code
{
htmllib
}
to parse it.
\code
{
htmllib
}
to parse it.
\index
{
HTML
}
\index
{
HTML
}
%
\index
{
HTTP
}
\index
{
HTTP
}
%
\index
{
Gopher
}
\index
{
Gopher
}
%
\stmodindex
{
htmllib
}
\
ref
stmodindex
{
htmllib
}
\item
\item
Although the
\code
{
urllib
}
module contains (undocumented) routines to
Although the
\code
{
urllib
}
module contains (undocumented) routines to
parse and unparse URL strings, the recommended interface for URL
parse and unparse URL strings, the recommended interface for URL
manipulation is in module
\code
{
urlparse
}
.
manipulation is in module
\code
{
urlparse
}
.
\stmodindex
{
urlparse
}
\
ref
stmodindex
{
urlparse
}
\end{itemize}
\end{itemize}
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