blob: 5271a495624d60c10cf80734ed7f38438db0851f (
plain)
1
2
3
4
|
Fix :meth:`RobotFileParser.crawl_delay` and
:meth:`RobotFileParser.request_rate` to return ``None`` rather than
raise :exc:`AttributeError` when no relevant rule is defined in the
robots.txt file. Patch by Rémi Lapeyre.
|