git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@218
fdd5c36f-1aea-0310-aeeb-
c58d7e2b6c23
# Error 301 -- also relocated (permanently)
http_error_301 = http_error_302
+ # Error 307 -- also relocated (temporary)
+ http_error_307 = http_error_302
# Error 401 -- authentication required
def http_error_401(self, url, fp, errcode, errmsg, headers, data=None):
Mozilla's "Check for updates" feature (Navigator4 called it "Update
bookmarks").
+WHAT'S NEW in version 4.1.2
+
+ Process http error 307 as a temporary redirect.
+
WHAT'S NEW in version 4.1.1 (2008-03-10)
Catch and report all errors.