This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eldonz@atlanticdb.com, giampaolo.rodola, greg.hellings, gregory.p.smith, pitrou, r.david.murray
Date 2010-01-03.12:57:25
SpamBayes Score 7.6570333e-10
Marked as misclassified No
Message-id <1262523500.3330.8.camel@localhost>
In-reply-to <1262484428.01.0.882304653727.issue3972@psf.upfronthosting.co.za>
Content
It seems to break at least one buildbot:

======================================================================
ERROR: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/trunk.murray-gentoo-wide/build/Lib/test/test_socket.py", line 120, in _tearDown
    self.fail(msg)
AssertionError: Tuples differ: ('199.125.120.107', 40732) != ('127.0.0.1', 40732)

First differing element 0:
199.125.120.107
127.0.0.1

- ('199.125.120.107', 40732)
+ ('127.0.0.1', 40732)

----------------------------------------------------------------------
Ran 100 tests in 11.505s

By the way, does the new "source_address" parameter have to be of the
same family as the target address?  That is, if I pass e.g. "127.0.0.1"
as source address, what happens if the target host resolves to an IPv6
address?
History
Date User Action Args
2010-01-03 12:57:27pitrousetrecipients: + pitrou, gregory.p.smith, giampaolo.rodola, eldonz@atlanticdb.com, r.david.murray, greg.hellings
2010-01-03 12:57:25pitroulinkissue3972 messages
2010-01-03 12:57:25pitroucreate