summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-07-27 00:50:41 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-07-27 00:50:41 (GMT)
commitf9ac43f5d6450394257a4b50528893664bf06538 (patch)
treeca187af5893c447fd223bf54d39d12f3cde57f29
parent1ef19f0de12da730b5ba3096ab4a1d78af5185b4 (diff)
downloadcpython-f9ac43f5d6450394257a4b50528893664bf06538.zip
cpython-f9ac43f5d6450394257a4b50528893664bf06538.tar.gz
cpython-f9ac43f5d6450394257a4b50528893664bf06538.tar.bz2
note robotparser bug fix.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e330809..c38e988 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.