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
7dea43fa
Kaydet (Commit)
7dea43fa
authored
May 06, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix documentation for ContentHandler.ignorableWhitespace()
(closes SF bug #881707)
üst
a8c825cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
xmlsaxhandler.tex
Doc/lib/xmlsaxhandler.tex
+1
-1
handler.py
Lib/xml/sax/handler.py
+1
-4
No files found.
Doc/lib/xmlsaxhandler.tex
Dosyayı görüntüle @
7dea43fa
...
...
@@ -285,7 +285,7 @@ appropriate events in the input document:
\var
{
length
}
parameters.
}
\end{methoddesc}
\begin{methoddesc}
[ContentHandler]
{
ignorableWhitespace
}{}
\begin{methoddesc}
[ContentHandler]
{
ignorableWhitespace
}{
whitespace
}
Receive notification of ignorable whitespace in element content.
Validating Parsers must use this method to report each chunk
...
...
Lib/xml/sax/handler.py
Dosyayı görüntüle @
7dea43fa
...
...
@@ -177,10 +177,7 @@ class ContentHandler:
chunk, or they may split it into several chunks; however, all
of the characters in any single event must come from the same
external entity, so that the Locator provides useful
information.
The application must not attempt to read from the array
outside of the specified range."""
information."""
def
processingInstruction
(
self
,
target
,
data
):
"""Receive notification of a processing instruction.
...
...
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