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 brian.curtin
Recipients barry, brian.curtin, pjenvey
Date 2009-11-13.21:15:44
SpamBayes Score 2.3013112e-05
Marked as misclassified No
Message-id <1258146947.42.0.680365414173.issue7301@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a patch against trunk r76237 which seems to cover this, sans
official tests. I looked around and didn't find a good place for
specifically testing environment variables. I could add test code in
test_warnings if that's the best place.

The patch allows multiple warnings to be passed to the environment
variable as a comma separated string, and works in conjunction with -W.

Let me know what you think.
History
Date User Action Args
2009-11-13 21:15:47brian.curtinsetrecipients: + brian.curtin, barry, pjenvey
2009-11-13 21:15:47brian.curtinsetmessageid: <1258146947.42.0.680365414173.issue7301@psf.upfronthosting.co.za>
2009-11-13 21:15:46brian.curtinlinkissue7301 messages
2009-11-13 21:15:45brian.curtincreate