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 bronger
Recipients bronger, giampaolo.rodola, lcatucci, r.david.murray
Date 2011-06-13.12:29:09
SpamBayes Score 9.982696e-05
Marked as misclassified No
Message-id <1307968150.16.0.149792002469.issue4470@psf.upfronthosting.co.za>
In-reply-to
Content
I still have to apply Catucci's patch (or a modification of) after every Ubuntu installation or upgrade.  Otherwise, I get

  ...
  File "/usr/lib/python2.7/smtplib.py", line 752, in __init__
    SMTP.__init__(self, host, port, local_hostname, timeout)
  File "/usr/lib/python2.7/smtplib.py", line 239, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib/python2.7/smtplib.py", line 295, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "/usr/lib/python2.7/smtplib.py", line 757, in _get_socket
    new_socket = socket.create_connection((host, port), timeout)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
socket.error: [Errno 111] Connection refused

But isn't it that #4066 should have solved the critical part this issue pair 4066/4470?
History
Date User Action Args
2011-06-13 12:29:10brongersetrecipients: + bronger, giampaolo.rodola, lcatucci, r.david.murray
2011-06-13 12:29:10brongersetmessageid: <1307968150.16.0.149792002469.issue4470@psf.upfronthosting.co.za>
2011-06-13 12:29:09brongerlinkissue4470 messages
2011-06-13 12:29:09brongercreate