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
adeffcc2
Kaydet (Commit)
adeffcc2
authored
Şub 26, 2016
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #26444: typo fixes.
üst
63d096dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
xml.etree.elementtree.rst
Doc/library/xml.etree.elementtree.rst
+7
-7
No files found.
Doc/library/xml.etree.elementtree.rst
Dosyayı görüntüle @
adeffcc2
...
...
@@ -1044,16 +1044,16 @@ XMLParser Objects
This class is the low-level building block of the module. It uses
:mod:`xml.parsers.expat` for efficient, event-based parsing of XML. It can
be fed XML data incrementall
with the :meth:`feed` method, and parsing events
are translated to a push API - by invoking callbacks on the *target* object.
If *target* is omitted, the standard :class:`TreeBuilder` is used. The
*html* argument was historically used for backwards compatibility and is now
deprecated. If *encoding* [1]_ is given, the value overrides the encoding
specified in the XML file.
be fed XML data incrementall
y with the :meth:`feed` method, and parsing
events are translated to a push API - by invoking callbacks on the *target*
object. If *target* is omitted, the standard :class:`TreeBuilder` is used.
The *html* argument was historically used for backwards compatibility and is
now deprecated. If *encoding* [1]_ is given, the value overrides the
encoding
specified in the XML file.
.. deprecated:: 3.4
The *html* argument. The remaining arguments should be passed via
keyw
w
ord to prepare for the removal of the *html* argument.
keyword to prepare for the removal of the *html* argument.
.. method:: close()
...
...
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