[issue19926] Refactor unit test in abstract numbers test

2013-12-07 Thread Zachary Ware
Zachary Ware added the comment: Fixed, thanks for the patch! -- assignee: -> zach.ware nosy: +zach.ware resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker

[issue19926] Refactor unit test in abstract numbers test

2013-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22c865babf0a by Zachary Ware in branch '3.3': Issue #19926: Removed unneeded test_main from test_abstract_numbers. http://hg.python.org/cpython/rev/22c865babf0a New changeset 7ff101a449b4 by Zachary Ware in branch 'default': Issue #19926: Removed un

[issue19926] Refactor unit test in abstract numbers test

2013-12-07 Thread Vajrasky Kok
New submission from Vajrasky Kok: There are superfluous lines and unused import in Lib/test/test_abstract_numbers.py. Attached the patch to remove superfluous lines and unused import. -- components: Tests files: refactor_test_abstract_number.patch keywords: patch messages: 205514 nosy: