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 jitterman
Recipients jitterman
Date 2016-01-14.20:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452802578.55.0.628676824088.issue26113@psf.upfronthosting.co.za>
In-reply-to
Content
One can use '*' as an 'accept all' pattern to match(). It would be nice to also use '' as a 'reject all' pattern. These 'accept all' and 'reject all' rules are useful as defaults. Currently passing '' to match() causes an exception. While it is easy enough to catch the exception, the need to constrains the way match() must be called and makes the calling code needlessly complicated and fussy.
History
Date User Action Args
2016-01-14 20:16:18jittermansetrecipients: + jitterman
2016-01-14 20:16:18jittermansetmessageid: <1452802578.55.0.628676824088.issue26113@psf.upfronthosting.co.za>
2016-01-14 20:16:18jittermanlinkissue26113 messages
2016-01-14 20:16:18jittermancreate