• Guido van Rossum's avatar
    More fixes according to SF 549151: · fa19f7c2
    Guido van Rossum yazdı
    - When redirecting, always use GET.  This is common practice and
      more-or-less sanctioned by the HTTP standard.
    
    - Add a handler for 307 redirection, which becomes an error for POST,
      but a regular redirect for GET and HEAD.
    fa19f7c2
urllib.py 50.3 KB