Ezio Melotti added the comment:
Fixed, thanks for the report and the patch!
--
assignee: -> ezio.melotti
nosy: +ezio.melotti
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> enhancement
versions: +Python 3.3
___
Py
Roundup Robot added the comment:
New changeset 4daa18b5ad49 by Ezio Melotti in branch '3.3':
#18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
http://hg.python.org/cpython/rev/4daa18b5ad49
New changeset 47770b408321 by Ezio Melotti in branch 'default':
#18465: merge with 3.3.
New submission from Vajrasky Kok:
The unit test file imports verbose from test.support, but it never used it.
The child2 variable inside testRemoveAttributeNode is not used.
The doc variable inside testHasChildNodes is not used.
Attached the menial fix for this unit test.
--
component