[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19127)

benjamin.peterson python-checkins at python.org
Sun Sep 29 17:16:49 CEST 2013


http://hg.python.org/cpython/rev/815780593826
changeset:   85849:815780593826
parent:      85846:0a5ce192ba8a
parent:      85847:b76e1b58ed45
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 29 11:15:49 2013 -0400
summary:
  merge 3.3 (#19127)

files:
  Lib/xml/dom/minidom.py |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py
--- a/Lib/xml/dom/minidom.py
+++ b/Lib/xml/dom/minidom.py
@@ -370,9 +370,6 @@
         except AttributeError:
             return self.nodeName.split(":", 1)[-1]
 
-    def _get_name(self):
-        return self.name
-
     def _get_specified(self):
         return self.specified
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list