summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-18 20:17:58 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-09-18 20:17:58 +0300
commit9a7bbb2e3f12faaf4110ecd15fb739e94f4bc8f6 (patch)
tree0b8430da11ccc8beb8fc9d4c70780543de1e781e /Misc
parent85c98bf9682a46f7b15e9c79c68d38af8a9109b0 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 671a9b41c9..e26a5c05ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.