This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: duplicate test name in Lib/xml/dom/minidom.py
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, xdegaye
Priority: normal Keywords:

Created on 2013-09-29 11:35 by xdegaye, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg198584 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2013-09-29 11:35
Duplicate method names:
./Lib/xml/dom/minidom.py:379 Attr._get_name
msg198597 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-29 15:16
New changeset b76e1b58ed45 by Benjamin Peterson in branch '3.3':
remove duplicate method (closes #19127)
http://hg.python.org/cpython/rev/b76e1b58ed45

New changeset 792006307d6d by Benjamin Peterson in branch '2.7':
remove duplicate method (closes #19127)
http://hg.python.org/cpython/rev/792006307d6d

New changeset 815780593826 by Benjamin Peterson in branch 'default':
merge 3.3 (#19127)
http://hg.python.org/cpython/rev/815780593826
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63326
2013-09-29 15:16:46python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg198597

resolution: fixed
stage: resolved
2013-09-29 11:35:45xdegayecreate