]> git.phdru.name Git - bookmarks_db.git/commitdiff
Process http error 307 as a temporary redirect.
authorOleg Broytman <phd@phdru.name>
Sun, 29 Jun 2008 12:54:28 +0000 (12:54 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 29 Jun 2008 12:54:28 +0000 (12:54 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@218 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rsimple.py
doc/ANNOUNCE

index f481d66e1bce396d46387571211d010eeea40a52..09b1fbdb11880e96eef0a3ffbbb934248b9e5504 100644 (file)
@@ -40,6 +40,8 @@ class MyURLopener(urllib.URLopener):
 
    # 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): 
index b4cd60ad3defb6880bb3a3eaf6c6a5587a081a3b..d970b0ed6d86ad5cc669c4dd351aae0f28156a03 100644 (file)
@@ -7,6 +7,10 @@ bookmarks.html. I like Mozilla, but I need more features. I want to extend
 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.