[New-bugs-announce] [issue16647] LMTP.connect() loses socket error details

Serhiy Storchaka report at bugs.python.org
Sat Dec 8 20:09:43 CET 2012


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
files: smtplib_LMTP_connect_raise_err.patch
keywords: patch
messages: 177172
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: LMTP.connect() loses socket error details
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28264/smtplib_LMTP_connect_raise_err.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16647>
_______________________________________


More information about the New-bugs-announce mailing list