Issue 16647: LMTP.connect() loses socket error details
Created on 2012-12-08 19:09 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| smtplib_LMTP_connect_raise_err_2.patch | serhiy.storchaka, 2012-12-09 16:16 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg177172 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2012-12-08 19:09 | |
In LMTP.connect() a socket error catched and saved but then raised a new error with saved error as argument. Here is a patch which reraises an original error. |
|||
| msg177225 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2012-12-09 16:16 | |
Patch updated. It can be simpler. |
|||
| msg177651 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2012-12-17 17:08 | |
New changeset 1a2ead9faa3f by Andrew Svetlov in branch '3.2': Issue #16647: save socket error details in LMTP.connect() http://hg.python.org/cpython/rev/1a2ead9faa3f New changeset 6d805653843a by Andrew Svetlov in branch '3.3': Issue #16647: save socket error details in LMTP.connect() http://hg.python.org/cpython/rev/6d805653843a New changeset ddf0fbff94d8 by Andrew Svetlov in branch 'default': Issue #16647: save socket error details in LMTP.connect() http://hg.python.org/cpython/rev/ddf0fbff94d8 New changeset 98b73c0103d9 by Andrew Svetlov in branch '2.7': Issue #16647: save socket error details in LMTP.connect() http://hg.python.org/cpython/rev/98b73c0103d9 |
|||
| msg177652 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2012-12-17 17:09 | |
Fixed. Thanks, Serhiy. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:39 | admin | set | github: 60851 |
| 2012-12-17 17:09:06 | asvetlov | set | status: open -> closed nosy:
+ asvetlov resolution: fixed |
| 2012-12-17 17:08:10 | python-dev | set | nosy:
+ python-dev messages: + msg177651 |
| 2012-12-15 22:01:23 | serhiy.storchaka | link | issue16648 dependencies |
| 2012-12-10 12:29:39 | jcea | set | nosy:
+ jcea |
| 2012-12-09 16:17:01 | serhiy.storchaka | set | files: - smtplib_LMTP_connect_raise_err.patch |
| 2012-12-09 16:16:40 | serhiy.storchaka | set | files:
+ smtplib_LMTP_connect_raise_err_2.patch messages: + msg177225 |
| 2012-12-08 19:09:43 | serhiy.storchaka | create | |

