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 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:31bethardsetrecipients: + bethard, pitrou, anacrolix, moritz
2012-07-22 21:06:31bethardsetmessageid: <1342991191.41.0.37159753337.issue14156@psf.upfronthosting.co.za>
2012-07-22 21:06:30bethardlinkissue14156 messages
2012-07-22 21:06:30bethardcreate