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
2fef3abc
Kaydet (Commit)
2fef3abc
authored
Kas 28, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Two minor nits.
üst
83fb073a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libpyexpat.tex
Doc/lib/libpyexpat.tex
+3
-3
No files found.
Doc/lib/libpyexpat.tex
Dosyayı görüntüle @
2fef3abc
...
...
@@ -60,8 +60,8 @@ separator character, and the local part of the name. If the namespace
separator is a zero byte (
\code
{
chr(0)
}
) then the namespace URI and
the local part will be concatenated without any separator.
For example, if
\var
{
namespace
_
separator
}
is set to
\character
{
}
,
and the following document is parsed:
For example, if
\var
{
namespace
_
separator
}
is set to
a space character
(
\character
{
}
)
and the following document is parsed:
\begin{verbatim}
<?xml version="1.0"?>
...
...
@@ -85,7 +85,7 @@ elem2
\class
{
xmlparser
}
objects have the following methods:
\begin{methoddesc}
[xmlparser]
{
Parse
}{
data
\optional
{
, isfinal
}}
\begin{methoddesc}
[xmlparser]
{
Parse
}{
data
\optional
{
, isfinal
}}
Parses the contents of the string
\var
{
data
}
, calling the appropriate
handler functions to process the parsed data.
\var
{
isfinal
}
must be
true on the final call to this method.
\var
{
data
}
can be the empty
...
...
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