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
300ce195
Kaydet (Commit)
300ce195
authored
Tem 10, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Patch #972310] Apply correction to docs
üst
0fff6c86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
liburllib2.tex
Doc/lib/liburllib2.tex
+3
-10
No files found.
Doc/lib/liburllib2.tex
Dosyayı görüntüle @
300ce195
...
...
@@ -365,15 +365,14 @@ of \function{urlopen()}.
OpenerDirector objects open URLs in three stages:
The order in which these methods are called within each stage is
determined by sorting the handler instances.
\begin{enumerate}
\item
Every handler with a method named like
\method
{
\var
{
protocol
}_
request()
}
has that method called to
pre-process the request.
The order in which these methods are called is determined by
sorting the handler instances by the
\member
{
.processor
_
order
}
attribute.
\item
Handlers with a method named like
\method
{
\var
{
protocol
}_
open()
}
are called to handle the request.
This stage ends when a handler either returns a
...
...
@@ -391,16 +390,10 @@ OpenerDirector objects open URLs in three stages:
the parent
\class
{
OpenerDirector
}
instance's
\method
{
.open()
}
and
\method
{
.error()
}
methods.
The order in which these methods are called is determined by
sorting the handler instances.
\item
Every handler with a method named like
\method
{
\var
{
protocol
}_
response()
}
has that method called to
post-process the response.
The order in which these methods are called is determined by
sorting the handler instances by the
\member
{
.processor
_
order
}
attribute.
\end{enumerate}
\subsection
{
BaseHandler Objects
\label
{
base-handler-objects
}}
...
...
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