X Tutup
Skip to content

Commit 84c1205

Browse files
committed
merge 3.3 (python#19127)
2 parents 5395d21 + 72a9854 commit 84c1205

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/xml/dom/minidom.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ def _get_localName(self):
370370
except AttributeError:
371371
return self.nodeName.split(":", 1)[-1]
372372

373-
def _get_name(self):
374-
return self.name
375-
376373
def _get_specified(self):
377374
return self.specified
378375

0 commit comments

Comments
 (0)
X Tutup