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 terry.reedy
Recipients Jon.Bringhurst, bertramscharpf, facundobatista, jcea, neologix, ronaldoussoren, terry.reedy
Date 2013-03-20.21:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363814434.57.0.92131998894.issue1003195@psf.upfronthosting.co.za>
In-reply-to
Content
The original poster's links are dead. Without a reproducible problem with a current release, there is nothing we can do. Anyone who can provide such and will respond to requests for more information can reopen.

Note:
On Win 7 with 3.2, 3.3, current example exits on line
    server = smtplib.SMTP('localhost')
with
socket.error: [Errno 10061] No connection could be made because the target machine actively refused it
History
Date User Action Args
2013-03-20 21:20:34terry.reedysetrecipients: + terry.reedy, facundobatista, jcea, ronaldoussoren, bertramscharpf, neologix, Jon.Bringhurst
2013-03-20 21:20:34terry.reedysetmessageid: <1363814434.57.0.92131998894.issue1003195@psf.upfronthosting.co.za>
2013-03-20 21:20:34terry.reedylinkissue1003195 messages
2013-03-20 21:20:34terry.reedycreate