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
commitd7200f1d8929b46547a89adf56c0f7f93dcd275c (patch)
tree18e28f499a17f1e6539241194022be3f31fdef47 /Misc
parentc4c2f64e8f8077e56f578a79d3e6698b7f644ae1 (diff)
downloadcpython-d7200f1d8929b46547a89adf56c0f7f93dcd275c.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.