Message 166170 - Python tracker (original) (raw)

Message166170

Author bethard
Recipients anacrolix, bethard, moritz, pitrou
Date 2012-07-22.21:06:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1342991191.41.0.37159753337.issue14156@psf.upfronthosting.co.za
In-reply-to
Content
The fix looks right, but we definitely need a test. I tried to write one, but I'm not sure how to do this properly given how test_argparse redirects standard input and output (so that fileno() doesn't work anymore). I've attached my current (failing) attempt to test this.
History
Date User Action Args
2012-07-22 21:06:31 bethard set recipients: + bethard, pitrou, anacrolix, moritz
2012-07-22 21:06:31 bethard set messageid: 1342991191.41.0.37159753337.issue14156@psf.upfronthosting.co.za
2012-07-22 21:06:30 bethard link issue14156 messages
2012-07-22 21:06:30 bethard create