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
c5c45ba3
Kaydet (Commit)
c5c45ba3
authored
Agu 21, 2006
tarafından
Alex Martelli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use proper py3k syntax for relative import (from . import foo)
üst
fe25e236
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ElementInclude.py
Lib/xml/etree/ElementInclude.py
+1
-1
ElementTree.py
Lib/xml/etree/ElementTree.py
+2
-1
No files found.
Lib/xml/etree/ElementInclude.py
Dosyayı görüntüle @
c5c45ba3
...
...
@@ -49,7 +49,7 @@
##
import
copy
import
ElementTree
from
.
import
ElementTree
XINCLUDE
=
"{http://www.w3.org/2001/XInclude}"
...
...
Lib/xml/etree/ElementTree.py
Dosyayı görüntüle @
c5c45ba3
...
...
@@ -133,9 +133,10 @@ class _SimpleElementPath:
return
result
try
:
import
ElementPath
from
.
import
ElementPath
except
ImportError
:
# FIXME: issue warning in this case?
# TODO: DEFINITELY issue warning here!!!
ElementPath
=
_SimpleElementPath
()
# TODO: add support for custom namespace resolvers/default namespaces
...
...
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