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
2b65408d
Kaydet (Commit)
2b65408d
authored
Mar 02, 2012
tarafından
Eli Bendersky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
üst
a15a8d2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+8
-0
No files found.
Doc/library/xml.dom.minidom.rst
Dosyayı görüntüle @
2b65408d
...
@@ -18,6 +18,14 @@
...
@@ -18,6 +18,14 @@
Model
interface
.
It
is
intended
to
be
simpler
than
the
full
DOM
and
also
Model
interface
.
It
is
intended
to
be
simpler
than
the
full
DOM
and
also
significantly
smaller
.
significantly
smaller
.
..
note
::
The
:
mod
:`
xml
.
dom
.
minidom
`
module
provides
an
implementation
of
the
W3C
-
DOM
,
with
an
API
similar
to
that
in
other
programming
languages
.
Users
who
are
unfamiliar
with
the
W3C
-
DOM
interface
or
who
would
like
to
write
less
code
for
processing
XML
files
should
consider
using
the
:
mod
:`
xml
.
etree
.
ElementTree
`
module
instead
.
DOM
applications
typically
start
by
parsing
some
XML
into
a
DOM
.
With
DOM
applications
typically
start
by
parsing
some
XML
into
a
DOM
.
With
:
mod
:`
xml
.
dom
.
minidom
`,
this
is
done
through
the
parse
functions
::
:
mod
:`
xml
.
dom
.
minidom
`,
this
is
done
through
the
parse
functions
::
...
...
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