]> granicus.if.org Git - python/commit
Merged revisions 77263-77264 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 03:28:29 +0000 (03:28 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 03:28:29 +0000 (03:28 +0000)
commitb4066374db45af2927eb5cde68f9b030eaec1b96
tree1c09a2cc471c099ab2e1cbd8d4d29d30a38b3276
parent91ae4a1404fabc236a835cd5dd058f7e6b32062b
Merged revisions 77263-77264 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77263 | gregory.p.smith | 2010-01-02 17:29:44 -0800 (Sat, 02 Jan 2010) | 4 lines

  Adds an optional source_address parameter to socket.create_connection().

  For use by issue3972.
........
  r77264 | gregory.p.smith | 2010-01-02 18:06:07 -0800 (Sat, 02 Jan 2010) | 5 lines

  issue3972: HTTPConnection and HTTPSConnection now support a
  source_address parameter.

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