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 cmalamas
Recipients
Date 2002-03-06.12:09:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=71233

calvin is right; the patch was incorrect.  A better one 
(and more tested by now):

    def applies_to(self, filename):
        if not self.path:
           self.allowance = 1
        return self.path=="*" or urllib.quote
(filename).startswith(self.path)
History
Date User Action Args
2007-08-23 13:59:28adminlinkissue523041 messages
2007-08-23 13:59:28admincreate