]> granicus.if.org Git - python/commit
issue3972: HTTPConnection and HTTPSConnection now support a
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 02:06:07 +0000 (02:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 02:06:07 +0000 (02:06 +0000)
commit9d3252154f99c8f229e12e4146ae322abf042450
treed406bfc6480798852edd68de7741f45561da2e71
parent79a3eb1058057185cb901b0f5f67fea05494e1fb
issue3972: HTTPConnection and HTTPSConnection now support a
source_address parameter.

Also cleans up an annotation in the socket documentation.
Doc/library/httplib.rst
Doc/library/socket.rst
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS