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 methane, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-21.14:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482330620.44.0.744537689609.issue29035@psf.upfronthosting.co.za>
In-reply-to
Content
FYI initially my idea was to use a very strict to avoid false positives. But when I used the feature, I found that the regex is more annoying than helping (ex: I had to modify the regex to accept filenames with directories). So I now prefer to use a very simple regex matching "test_xxx" anywhere, to have something simple and convenient.
History
Date User Action Args
2016-12-21 14:30:20vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, xiang.zhang
2016-12-21 14:30:20vstinnersetmessageid: <1482330620.44.0.744537689609.issue29035@psf.upfronthosting.co.za>
2016-12-21 14:30:20vstinnerlinkissue29035 messages
2016-12-21 14:30:20vstinnercreate