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 vstinner
Recipients martin.panter, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-17.16:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479399963.29.0.427503350325.issue28688@psf.upfronthosting.co.za>
In-reply-to
Content
> * Fix warnings._add_filter() to implement a custom comparator operator for regular expression objects: compare pattern and flags

Attached patch warnings_key.patch implements this. I really dislike the patch :-(
History
Date User Action Args
2016-11-17 16:26:03vstinnersetrecipients: + vstinner, martin.panter, serhiy.storchaka, xiang.zhang
2016-11-17 16:26:03vstinnersetmessageid: <1479399963.29.0.427503350325.issue28688@psf.upfronthosting.co.za>
2016-11-17 16:26:03vstinnerlinkissue28688 messages
2016-11-17 16:26:03vstinnercreate