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 f8dy
Recipients
Date 2003-02-20.18:55:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
robotparser robotparser.py::RobotFileParser::can_fetch 
currently returns the result of the first applicable rule.  It 
should loop through all rules looking for anything that 
disallows access.  For example, if your first rule applies 
to 'wget' and 'python' and disallows access to /dir1/, and 
your second rule is a 'python' rule that disallows access 
to /dir2/, robotparser will falsely claim that python is 
allowed to access /dir2/.

Patch against current source attached.
History
Date User Action Args
2007-08-23 14:11:12adminlinkissue690214 messages
2007-08-23 14:11:12admincreate