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 michael.foord
Recipients barry, benjamin.peterson, georg.brandl, michael.foord, pupeno
Date 2009-04-07.16:06:28
SpamBayes Score 3.4777996e-09
Marked as misclassified No
Message-id <1239120390.76.0.216683788062.issue3379@psf.upfronthosting.co.za>
In-reply-to
Content
Not returning the results is not a problem - if you needed access to the
results you would hardly be using this API in the first place.

The obvious use case if for running tests from an interactive
environment where you are using the visual output on stdout.

If you want to collect the results you do it programmatically.

I wouldn't be opposed to main() returning the results though, but think
we should apply the patch rather than debate further. To action!
History
Date User Action Args
2009-04-07 16:06:31michael.foordsetrecipients: + michael.foord, barry, georg.brandl, pupeno, benjamin.peterson
2009-04-07 16:06:30michael.foordsetmessageid: <1239120390.76.0.216683788062.issue3379@psf.upfronthosting.co.za>
2009-04-07 16:06:29michael.foordlinkissue3379 messages
2009-04-07 16:06:29michael.foordcreate