]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay...
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Sep 2016 17:17:58 +0000 (20:17 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Sep 2016 17:17:58 +0000 (20:17 +0300)
commit9a7bbb2e3f12faaf4110ecd15fb739e94f4bc8f6
tree0b8430da11ccc8beb8fc9d4c70780543de1e781e
parent85c98bf9682a46f7b15e9c79c68d38af8a9109b0
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate

Initial patch by Peter Wirtz.
Lib/test/test_robotparser.py
Lib/urllib/robotparser.py
Misc/NEWS