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 r.david.murray
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-29.17:18:48
SpamBayes Score 0.007916525
Marked as misclassified No
Message-id <1304097530.84.0.323761953794.issue11955@psf.upfronthosting.co.za>
In-reply-to
Content
The six error messages tell you that six different tests failed.  Yes, the failures are probably all due to the same cause, but that's just how unit testing works.  (And yes, the argparse tests are a bit more terse and difficult to understand than many of our tests, but that is because they are trying to economically test a lot of different edge cases.)
History
Date User Action Args
2011-04-29 17:18:50r.david.murraysetrecipients: + r.david.murray, Jason.Vas.Dias
2011-04-29 17:18:50r.david.murraysetmessageid: <1304097530.84.0.323761953794.issue11955@psf.upfronthosting.co.za>
2011-04-29 17:18:48r.david.murraylinkissue11955 messages
2011-04-29 17:18:48r.david.murraycreate