[Python-checkins] r65256 - python/trunk/Misc/NEWS

skip.montanaro python-checkins at python.org
Sun Jul 27 02:50:42 CEST 2008


Author: skip.montanaro
Date: Sun Jul 27 02:50:41 2008
New Revision: 65256

Log:
note robotparser bug fix.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Jul 27 02:50:41 2008
@@ -29,6 +29,8 @@
 Library
 -------
 
+- Issue 3437: Bug fix in robotparser parsing of Allow: lines.
+
 - Issue 1592:  Improve error reporting when operations are attempted
   on a closed shelf.
 


More information about the Python-checkins mailing list