]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adds an optional source_address parameter to socket.create_connection().
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 01:29:44 +0000 (01:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 01:29:44 +0000 (01:29 +0000)
commit79a3eb1058057185cb901b0f5f67fea05494e1fb
tree09456d423e27dfe76cf46079f944ae877f16e492
parent7f8ebdbad54015074c71786abbfa7ea74fe69c56
Adds an optional source_address parameter to socket.create_connection().

For use by issue3972.
Doc/library/socket.rst
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS