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 vstinner
Recipients bethard, ezio.melotti, georg.brandl, louielu, serhiy.storchaka, vstinner, wolma
Date 2017-04-20.14:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492699625.42.0.0426843970061.issue18971@psf.upfronthosting.co.za>
In-reply-to
Content
> bad news, somehow the output of std.err and std.out have different between optparse and argparse

Only test argparse. I don't think that it matters to test that the change doesn't change the behaviour.

You can also redirect stderr to stdout.

What do you want to test?
History
Date User Action Args
2017-04-20 14:47:05vstinnersetrecipients: + vstinner, georg.brandl, bethard, ezio.melotti, serhiy.storchaka, wolma, louielu
2017-04-20 14:47:05vstinnersetmessageid: <1492699625.42.0.0426843970061.issue18971@psf.upfronthosting.co.za>
2017-04-20 14:47:05vstinnerlinkissue18971 messages
2017-04-20 14:47:05vstinnercreate