New submission from Matthias Klose <d...@debian.org>: [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. """ ---------- messages: 85402 nosy: doko severity: normal status: open title: inability to ignore multiline warnings -- request to add re.DOTALL to re.compile type: feature request _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5688> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com