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.
Created on 2013年12月08日 04:47 by vajrasky, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| refactor_test_abstract_number.patch | vajrasky, 2013年12月08日 04:47 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg205514 - (view) | Author: Vajrasky Kok (vajrasky) * | Date: 2013年12月08日 04:47 | |
There are superfluous lines and unused import in Lib/test/test_abstract_numbers.py. Attached the patch to remove superfluous lines and unused import. |
|||
| msg205524 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年12月08日 07:02 | |
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 unneeded test_main from test_abstract_numbers. http://hg.python.org/cpython/rev/7ff101a449b4 |
|||
| msg205525 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2013年12月08日 07:03 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:55 | admin | set | github: 64125 |
| 2013年12月08日 07:03:36 | zach.ware | set | status: open -> closed assignee: zach.ware versions: + Python 3.3 nosy: + zach.ware messages: + msg205525 resolution: fixed stage: resolved |
| 2013年12月08日 07:02:37 | python-dev | set | nosy:
+ python-dev messages: + msg205524 |
| 2013年12月08日 04:47:50 | vajrasky | create | |