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.

Author xdegaye
Recipients xdegaye
Date 2013-09-28.18:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380394566.75.0.788169311559.issue19116@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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
History
Date User Action Args
2013-09-28 18:56:06xdegayesetrecipients: + xdegaye
2013-09-28 18:56:06xdegayesetmessageid: <1380394566.75.0.788169311559.issue19116@psf.upfronthosting.co.za>
2013-09-28 18:56:06xdegayelinkissue19116 messages
2013-09-28 18:56:06xdegayecreate