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
fe95e656
Kaydet (Commit)
fe95e656
authored
Eki 01, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Straighten out some markup.
"boolean" --> "Boolean" (per the style guide).
üst
c04f7a79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
libxmlrpclib.tex
Doc/lib/libxmlrpclib.tex
+4
-3
No files found.
Doc/lib/libxmlrpclib.tex
Dosyayı görüntüle @
fe95e656
...
...
@@ -219,10 +219,11 @@ triggered the error.
\subsection
{
Convenience Functions
}
\begin{funcdesc}
{
boolean
}{
value
,
\optional
{
truefals=(False, True)
}}
Convert any Python value to one of the XML-RPC
b
oolean constants.
\begin{funcdesc}
{
boolean
}{
value
\optional
{
, truefalse
}}
Convert any Python value to one of the XML-RPC
B
oolean constants.
The optional second argument supplies a conversion table to be indexed
by the first argument's Python truth value.
by the first argument's Python truth value. If omitted, the
\code
{
True
}
and
\code
{
False
}
values defined in this module are used.
\end{funcdesc}
\begin{funcdesc}
{
binary
}{
data
}
...
...
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