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 georg.brandl
Recipients doko, georg.brandl
Date 2009-04-05.08:56:47
SpamBayes Score 2.1037088e-06
Marked as misclassified No
Message-id <1238921810.36.0.499781727213.issue5688@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really understand this; first, the regex doesn't have to match
the entire warning message (and I hope the important things are in the
first line, otherwise the warning message is bad) and second, it's
always possible to use ``(.|\n)`` instead of plain ``.``. Ah yes, third,
there are also inline flags: ``(?s)``.
History
Date User Action Args
2009-04-05 08:56:50georg.brandlsetrecipients: + georg.brandl, doko
2009-04-05 08:56:50georg.brandlsetmessageid: <1238921810.36.0.499781727213.issue5688@psf.upfronthosting.co.za>
2009-04-05 08:56:48georg.brandllinkissue5688 messages
2009-04-05 08:56:47georg.brandlcreate