[Python-checkins] cpython (merge 3.4 -> default): merge

raymond.hettinger python-checkins at python.org
Tue May 13 07:05:34 CEST 2014


http://hg.python.org/cpython/rev/0b90962e5f19
changeset:   90681:0b90962e5f19
parent:      90679:ce6187f97a51
parent:      90680:f67cf5747a26
user:        Raymond Hettinger <python at rcn.com>
date:        Mon May 12 22:05:09 2014 -0700
summary:
  merge

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,10 @@
   Decimal.quantize() method in the Python version.  It had never been
   present in the C version.
 
+- Issue #21469:  Reduced the risk of false positives in robotparser by
+  checking to make sure that robots.txt has been read or does not exist
+  prior to returning True in can_fetch().
+
 - Issue #19414: Have the OrderedDict mark deleted links as unusable.
   This gives an early failure if the link is deleted during iteration.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list