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 gregmalcolm
Recipients BreamoreBoy, christian.heimes, gjb1002, gregmalcolm, rodolpho, stranger4good, werneck, zanella
Date 2010-08-01.03:32:46
SpamBayes Score 0.002446031
Marked as misclassified No
Message-id <1280633569.23.0.381949067166.issue2118@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a patch for 3.2 that throws a ValueError exception for non numeric port numbers and SMTPSocketConnectError for socket connection failures. 

This patch introduces an API change, by creating the SMTPSocketConnectError which provides information about the socket error. The API documentation will therefore need to be updated if this patch is accepted.
History
Date User Action Args
2010-08-01 03:32:50gregmalcolmsetrecipients: + gregmalcolm, gjb1002, christian.heimes, stranger4good, zanella, werneck, rodolpho, BreamoreBoy
2010-08-01 03:32:49gregmalcolmsetmessageid: <1280633569.23.0.381949067166.issue2118@psf.upfronthosting.co.za>
2010-08-01 03:32:47gregmalcolmlinkissue2118 messages
2010-08-01 03:32:47gregmalcolmcreate