From: Skip Montanaro Date: Sun, 27 Jul 2008 00:50:41 +0000 (+0000) Subject: note robotparser bug fix. X-Git-Tag: v2.6b3~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9ac43f5d6450394257a4b50528893664bf06538;p=thirdparty%2FPython%2Fcpython.git note robotparser bug fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index e330809fbcec..c38e988b5eca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue 3437: Bug fix in robotparser parsing of Allow: lines. + - Issue 1592: Improve error reporting when operations are attempted on a closed shelf.