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年09月28日 18:56 by xdegaye, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg198539 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2013年09月28日 18:56 | |
$ ./python -m test -v test_complex | grep test_truediv test_truediv (test.test_complex.ComplexTest) ... ok After renaming the first test_truediv to test_truediv_1 and the second one to test_truediv_2: $ ./python -m test -v test_complex | grep test_truediv test_truediv_1 (test.test_complex.ComplexTest) ... ok test_truediv_2 (test.test_complex.ComplexTest) ... ok |
|||
| msg198594 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年09月29日 14:58 | |
New changeset cddb3e1e5054 by Benjamin Peterson in branch '3.3': combine two tests to avoid duplicate names (closes #19116) http://hg.python.org/cpython/rev/cddb3e1e5054 New changeset d87ef944ddcc by Benjamin Peterson in branch 'default': merge 3.3 (#19116) http://hg.python.org/cpython/rev/d87ef944ddcc |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:51 | admin | set | github: 63315 |
| 2013年09月29日 14:58:38 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg198594 resolution: fixed stage: resolved |
| 2013年09月28日 18:56:06 | xdegaye | create | |