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
6c75301e
Kaydet (Commit)
6c75301e
authored
Mar 05, 2012
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xml.dom: fix typo, drop unused imports.
üst
fb067468
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
domreg.py
Lib/xml/dom/domreg.py
+0
-2
expatbuilder.py
Lib/xml/dom/expatbuilder.py
+1
-3
No files found.
Lib/xml/dom/domreg.py
Dosyayı görüntüle @
6c75301e
...
...
@@ -2,8 +2,6 @@
directly. Instead, the functions getDOMImplementation and
registerDOMImplementation should be imported from xml.dom."""
from
xml.dom.minicompat
import
*
# isinstance, StringTypes
# This is a list of well-known implementations. Well-known names
# should be published by posting to xml-sig@python.org, and are
# subsequently recorded in this file.
...
...
Lib/xml/dom/expatbuilder.py
Dosyayı görüntüle @
6c75301e
...
...
@@ -33,8 +33,6 @@ from xml.parsers import expat
from
xml.dom.minidom
import
_append_child
,
_set_attribute_node
from
xml.dom.NodeFilter
import
NodeFilter
from
xml.dom.minicompat
import
*
TEXT_NODE
=
Node
.
TEXT_NODE
CDATA_SECTION_NODE
=
Node
.
CDATA_SECTION_NODE
DOCUMENT_NODE
=
Node
.
DOCUMENT_NODE
...
...
@@ -755,7 +753,7 @@ class Namespaces:
a
=
minidom
.
Attr
(
"xmlns"
,
XMLNS_NAMESPACE
,
"xmlns"
,
EMPTY_PREFIX
)
a
.
value
=
uri
a
.
ownerDocu
em
nt
=
self
.
document
a
.
ownerDocu
me
nt
=
self
.
document
_set_attribute_node
(
node
,
a
)
del
self
.
_ns_ordered_prefixes
[:]
...
...
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