]> granicus.if.org Git - python/commitdiff
.
authorSkip Montanaro <skip@pobox.com>
Wed, 29 Aug 2007 01:34:15 +0000 (01:34 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 29 Aug 2007 01:34:15 +0000 (01:34 +0000)
Misc/NEWS

index a859e408c15150e8a71b5b5a0c7d91e55ad95dbc..e5871cb1251347e86ce8a220f7bad55c7aeae0a0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and builtins
 Library
 -------
 
+- When encountering a password-protected robots.txt file the RobotFileParser
+  no longer prompts interactively for a username and password (bug 813986).
+
 - TarFile.__init__() no longer fails if no name argument is passed and
   the fileobj argument has no usable name attribute (e.g. StringIO).