commit | 79a3eb1058057185cb901b0f5f67fea05494e1fb | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 03 01:29:44 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 03 01:29:44 2010 +0000 |
tree | 09456d423e27dfe76cf46079f944ae877f16e492 | |
parent | 7f8ebdbad54015074c71786abbfa7ea74fe69c56 [diff] [blame] |
Adds an optional source_address parameter to socket.create_connection(). For use by issue3972.
diff --git a/Misc/NEWS b/Misc/NEWS index 19b9d13..5f9322d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Library ------- +- socket.create_connection now accepts an optional source_address parameter. + - Issue #5511: now zipfile.ZipFile can be used as a context manager. Initial patch by Brian Curtin.