Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10029, comment 6


Ignore:
Timestamp:
Jan 1, 2014, 9:35:07 PM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10029, comment 6

    initial v1  
    22> The patch in log:rjollos.git:t10029 attempts to improve the error message for a few different scenarios:
    33
    4 It would be good the following because `socket.error` isn't a child class in Python 2.5. Also, `smtplib.SMTP.connect` may raise a `socket.error` with empty `strerror`.
     4The `socket.error` isn't a child class in Python 2.5. Also, `smtplib.SMTP.connect` may raise a `socket.error` with empty `strerror`.
    55{{{#!pycon
    66>>> try: