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 doko
Recipients doko
Date 2009-04-04.15:29:19
SpamBayes Score 0.006213292
Marked as misclassified No
Message-id <1238858961.61.0.698895898394.issue5688@psf.upfronthosting.co.za>
In-reply-to
Content
[forwarded from http://bugs.debian.org/519454]

"""
As of now, warnings.py provides only re.I flag to re.compile on
warnings.py:160.  Recent python-numpy issues way too many warnings, I
was trying to filter them out using warnings.filterwarnings, but was
unable to filter out multiline warning (numpy.histogram).  Adding
re.DOTALL to re.I should help to resolve the problem and allow users to
match also multiline warning messages.
"""
History
Date User Action Args
2009-04-04 15:29:21dokosetrecipients: + doko
2009-04-04 15:29:21dokosetmessageid: <1238858961.61.0.698895898394.issue5688@psf.upfronthosting.co.za>
2009-04-04 15:29:20dokolinkissue5688 messages
2009-04-04 15:29:19dokocreate