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
efd3a09f
Kaydet (Commit)
efd3a09f
authored
Nis 27, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention the xmlrpclib.Error base class, which is used in one of the examples
üst
356f938f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libxmlrpclib.tex
Doc/lib/libxmlrpclib.tex
+5
-3
No files found.
Doc/lib/libxmlrpclib.tex
Dosyayı görüntüle @
efd3a09f
...
@@ -81,9 +81,11 @@ Python type):
...
@@ -81,9 +81,11 @@ Python type):
This is the full set of data types supported by XML-RPC. Method calls
This is the full set of data types supported by XML-RPC. Method calls
may also raise a special
\exception
{
Fault
}
instance, used to signal
may also raise a special
\exception
{
Fault
}
instance, used to signal
XML-RPC server errors, or
\exception
{
ProtocolError
}
used to signal an
XML-RPC server errors, or
\exception
{
ProtocolError
}
used to signal an
error in the HTTP/HTTPS transport layer. Note that even though starting
error in the HTTP/HTTPS transport layer. Both
\exception
{
Fault
}
and
with Python 2.2 you can subclass builtin types, the xmlrpclib module
\exception
{
ProtocolError
}
derive from a base class called
currently does not marshal instances of such subclasses.
\exception
{
Error
}
. Note that even though starting with Python 2.2 you
can subclass builtin types, the xmlrpclib module currently does not
marshal instances of such subclasses.
When passing strings, characters special to XML such as
\samp
{
<
}
,
When passing strings, characters special to XML such as
\samp
{
<
}
,
\samp
{
>
}
, and
\samp
{
\&
}
will be automatically escaped. However, it's
\samp
{
>
}
, and
\samp
{
\&
}
will be automatically escaped. However, it's
...
...
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