]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
merge from 3.4
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 25 Jan 2015 03:26:18 +0000 (19:26 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 25 Jan 2015 03:26:18 +0000 (19:26 -0800)
commitcc522bdd0c20790cd53352a4e6ae0528b97bfc0c
treecfbb5586fbb47c4204902d80fbc3c14f32d50fa7
parent7d0e0c9f7b0b86a25f10739b3c01195c8154f495
parente6cc70123ed49d937822de262d22f42b38ed7f25
merge from 3.4

Increase http.client.HTTPConnection test coverage.

Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port,
_tunnel_headers attributes on HTTPConnection object.
Lib/test/test_httplib.py