summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-06-11-19-34-29.bpo-35922.rxpzWr.rst
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.