From 8cc67a1b42fb7fa3d257ee61d40008a04f64681d Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 12 May 2014 22:01:46 -0700 Subject: Issue 21469: Add missing news item --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 15a54ff..b0b08ce 100644 --- 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. -- cgit v0.12