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 xiang.zhang
Recipients bethard, cstratak, larry, ned.deily, r.david.murray, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.05:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476165420.54.0.221511969781.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
>   ./python -m test.regrtest test_unary -v test_binop
>   ./python -m test.regrtest test_unary -u all test_binop

These also fail in 3.6.0a4. You can only specify options after args now. test_binop is not valid option. Isn't this the expected behaviour?
History
Date User Action Args
2016-10-11 05:57:00xiang.zhangsetrecipients: + xiang.zhang, bethard, vstinner, larry, ned.deily, r.david.murray, serhiy.storchaka, cstratak
2016-10-11 05:57:00xiang.zhangsetmessageid: <1476165420.54.0.221511969781.issue28409@psf.upfronthosting.co.za>
2016-10-11 05:57:00xiang.zhanglinkissue28409 messages
2016-10-11 05:57:00xiang.zhangcreate