[Python-checkins] cpython (3.4): Issue 21469: Add missing news item

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


http://hg.python.org/cpython/rev/f67cf5747a26
changeset:   90680:f67cf5747a26
branch:      3.4
parent:      90678:4ea86cd87f95
user:        Raymond Hettinger <python at rcn.com>
date:        Mon May 12 22:01:46 2014 -0700
summary:
  Issue 21469:  Add missing news item

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
@@ -82,6 +82,10 @@
 - Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
   In porting to Argument Clinic, the first two arguments were reversed.
 
+- 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 #21321: itertools.islice() now releases the reference to the source
   iterator when the slice is exhausted.  Patch by Anton Afanasyev.
 

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


More information about the Python-checkins mailing list