]> granicus.if.org Git - python/commit
More fixes according to SF 549151:
authorGuido van Rossum <guido@python.org>
Fri, 16 May 2003 01:46:51 +0000 (01:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 May 2003 01:46:51 +0000 (01:46 +0000)
commitfa19f7c20d14d34dfa58bfb9b4055555e46fd437
tree934e7102bb160321b36d0356382d52ef52ba2688
parent8f512a22cd9fe90c2bf52537f703818cc0d7f1b8
More fixes according to SF 549151:

- 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.
Lib/urllib.py
Misc/NEWS