merge from 3.4

Fix issue22245 - Fix urllib2_localnet test.

Do not aggresively close wfile in the do_GET method in the BasicAuthHandler.
This commit is contained in:
Senthil Kumaran 2014-08-22 16:27:06 +05:30
commit f499931b33

View file

@ -238,7 +238,6 @@ def do_GET(self):
else:
# Request Unauthorized
self.do_AUTHHEAD()
self.wfile.close()