Issue 21469: Add missing news item
authorRaymond Hettinger <python@rcn.com>
Tue, 13 May 2014 05:01:46 +0000 (22:01 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 13 May 2014 05:01:46 +0000 (22:01 -0700)
Misc/NEWS

index 15a54ffac6d06562b789c113e46dd71d39d1859f..b0b08cece914dcf0ef9355c62d364daf49d0d9e2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,10 @@ Library
 - 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.