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 r.david.murray
Recipients eldonz@atlanticdb.com, giampaolo.rodola, greg.hellings, gregory.p.smith, pitrou, r.david.murray
Date 2009-12-28.23:19:30
SpamBayes Score 1.5373669e-06
Marked as misclassified No
Message-id <1262042372.55.0.788138102111.issue3972@psf.upfronthosting.co.za>
In-reply-to
Content
If you want the maximum chance for this to get applied, it would be best
to have one or a set of patch files in 'svn diff' format against trunk
(see http://python.org/dev for information on how to produce such a
patch, specifically section 6.1 of the dev FAQ).  The tests will need to
be in unittest format (they would go in test_httplib and/or test_socket).

I imagine that writing the unittests so they will run on any machine
might be a tad tricky.  If I were doing it I'd try binding to 127.0.0.1
and checking to see that the socket is bound to that address rather than
0.0.0.0 in the binaddr case, and that it is bound to 0.0.0.0 in the
default case.
History
Date User Action Args
2009-12-28 23:19:32r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, pitrou, giampaolo.rodola, eldonz@atlanticdb.com, greg.hellings
2009-12-28 23:19:32r.david.murraysetmessageid: <1262042372.55.0.788138102111.issue3972@psf.upfronthosting.co.za>
2009-12-28 23:19:31r.david.murraylinkissue3972 messages
2009-12-28 23:19:30r.david.murraycreate