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 theller
Recipients doughellmann, eric.smith, georg.brandl, michael.foord, ncoghlan, pitrou, r.david.murray, theller, vinay.sajip
Date 2009-09-21.20:16:46
SpamBayes Score 4.4198155e-06
Marked as misclassified No
Message-id <4AB7DF28.9080709@ctypes.org>
In-reply-to <1253558858.65.0.916063788088.issue6958@psf.upfronthosting.co.za>
Content
> Why does this need to be built into the interpreter? The script / app
> should have logging config support.

It does not need to, but it would be nice.
I think the '-l' flag should be similar to the -W flag.
Or consider for example using unittest.main() as script/app.
History
Date User Action Args
2009-09-21 20:16:47thellersetrecipients: + theller, georg.brandl, vinay.sajip, ncoghlan, pitrou, eric.smith, doughellmann, r.david.murray, michael.foord
2009-09-21 20:16:46thellerlinkissue6958 messages
2009-09-21 20:16:46thellercreate