commit | d4c096900bf553e9339074da6eefeff388eac208 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Aug 29 01:34:15 2007 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Aug 29 01:34:15 2007 +0000 |
tree | c3a8fef7227e53a2f86c14bf782629a1de945b71 | |
parent | 51cf11271f3e852edc807b255e781b018c498994 [diff] |
.
diff --git a/Misc/NEWS b/Misc/NEWS index a859e40..e5871cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ 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).