[Python-checkins] CVS: python/dist/src/Lib urllib.py

Jeremy Hylton jhylton@cnri.reston.va.us
Wed, 24 Feb 1999 13:42:42 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory bitdiddle:/local/home/jhylton/local/python/src/Lib

Modified Files:
	urllib.py 
Log Message:
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.