Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate test name in Lib/xml/dom/minidom.py #63326

Closed
xdegaye mannequin opened this issue Sep 29, 2013 · 2 comments
Closed

duplicate test name in Lib/xml/dom/minidom.py #63326

xdegaye mannequin opened this issue Sep 29, 2013 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@xdegaye
Copy link
Mannequin

xdegaye mannequin commented Sep 29, 2013

BPO 19127
Nosy @xdegaye

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-09-29.15:16:46.720>
created_at = <Date 2013-09-29.11:35:45.868>
labels = ['type-bug', 'library']
title = 'duplicate test name in Lib/xml/dom/minidom.py'
updated_at = <Date 2013-09-29.15:16:46.719>
user = 'https://github.com/xdegaye'

bugs.python.org fields:

activity = <Date 2013-09-29.15:16:46.719>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2013-09-29.15:16:46.720>
closer = 'python-dev'
components = ['Library (Lib)']
creation = <Date 2013-09-29.11:35:45.868>
creator = 'xdegaye'
dependencies = []
files = []
hgrepos = []
issue_num = 19127
keywords = []
message_count = 2.0
messages = ['198584', '198597']
nosy_count = 2.0
nosy_names = ['xdegaye', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue19127'
versions = ['Python 3.4']

@xdegaye
Copy link
Mannequin Author

xdegaye mannequin commented Sep 29, 2013

Duplicate method names:
./Lib/xml/dom/minidom.py:379 Attr._get_name

@xdegaye xdegaye mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Sep 29, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 29, 2013

New changeset b76e1b58ed45 by Benjamin Peterson in branch '3.3':
remove duplicate method (closes bpo-19127)
http://hg.python.org/cpython/rev/b76e1b58ed45

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

New changeset 815780593826 by Benjamin Peterson in branch 'default':
merge 3.3 (bpo-19127)
http://hg.python.org/cpython/rev/815780593826

@python-dev python-dev mannequin closed this as completed Sep 29, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants