]> granicus.if.org Git - python/commit
When performing a POST request, i.e. when the second argument to
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 24 Feb 1999 18:42:38 +0000 (18:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 24 Feb 1999 18:42:38 +0000 (18:42 +0000)
commitdbc8364e1f87af2da46a1b4759d1e2811bd2b640
tree554b6c99c304a7b29b115289792ff2d75973f939
parent093c97a36f92d0cb24a8ae9930ba9f93b4f2be06
When performing a POST request, i.e. when the second argument to
urlopen is used to specify form data, make sure the second argument is
threaded through all of the http_error_NNN calls.  This allows error
handlers like the redirect and authorization handlers to properly
re-start the connection.
Lib/urllib.py