]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the...
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 30 Jul 2011 02:56:50 +0000 (10:56 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 30 Jul 2011 02:56:50 +0000 (10:56 +0800)
commit3d23fd649309fe80fdd1dee04b668fefb50c1b97
tree912395e2e554691e6b32a3dbab7b1254a15381fc
parentf83e4acbaec012e01e11d5cc4ea6514cf2a7b34c
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.
Doc/library/smtplib.rst
Lib/smtplib.py
Lib/test/mock_socket.py
Lib/test/test_smtplib.py
Misc/NEWS