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 paulos
Recipients giampaolo.rodola, paulos, r.david.murray
Date 2011-02-23.02:58:24
SpamBayes Score 1.1009924e-05
Marked as misclassified No
Message-id <1298429904.66.0.851520715183.issue11281@psf.upfronthosting.co.za>
In-reply-to
Content
> There's no need to store the source address as an instance attribute.
> Just pass it as-is to socket.create_connection() in __init__ and 
> connect methods and then get rid of it.

Ok, what if user initialize with something like smtplib.SMTP(source_address=('200.165.12.1', 25)) and calls connect without source_address?
History
Date User Action Args
2011-02-23 02:58:24paulossetrecipients: + paulos, giampaolo.rodola, r.david.murray
2011-02-23 02:58:24paulossetmessageid: <1298429904.66.0.851520715183.issue11281@psf.upfronthosting.co.za>
2011-02-23 02:58:24pauloslinkissue11281 messages
2011-02-23 02:58:24pauloscreate