From d4c096900bf553e9339074da6eefeff388eac208 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 29 Aug 2007 01:34:15 +0000 Subject: [PATCH] . --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index a859e408c1..e5871cb125 100644 --- 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). -- 2.50.1