]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note robotparser bug fix.
authorSkip Montanaro <skip@pobox.com>
Sun, 27 Jul 2008 00:50:41 +0000 (00:50 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 27 Jul 2008 00:50:41 +0000 (00:50 +0000)
Misc/NEWS

index e330809fbcece259b57bc8e548a4b7e48ee49925..c38e988b5ecadd08c6974eab7f74dffb88aa409a 100644 (file)
--- 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.