diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-18 20:17:58 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-18 20:17:58 +0300 |
commit | 9a7bbb2e3f12faaf4110ecd15fb739e94f4bc8f6 (patch) | |
tree | 0b8430da11ccc8beb8fc9d4c70780543de1e781e /Misc | |
parent | 85c98bf9682a46f7b15e9c79c68d38af8a9109b0 (diff) | |
download | cpython-git-9a7bbb2e3f12faaf4110ecd15fb739e94f4bc8f6.tar.gz |
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
Initial patch by Peter Wirtz.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #25400: RobotFileParser now correctly returns default values for + crawl_delay and request_rate. Initial patch by Peter Wirtz. + - Issue #27932: Prevent memory leak in win32_ver(). - Fix UnboundLocalError in socket._sendfile_use_sendfile. |