Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2019-10-12.16:29:37.998>created_at=<Date2019-10-01.20:50:46.945>labels= ['type-feature', '3.7', 'expert-email']
title='Add SMTPNotSupportedError in the exports of smtplib'updated_at=<Date2019-10-12.16:29:37.997>user='https://github.com/rockwelln'
Long story short:
smtplib.SMTPNotSupportedError seems the only exception not present in __all__ variable exposed by smtplib.py
Context:
I currently face an issue running mypy on one of my module:
...tools/email.py:46: error: Module has no attribute "SMTPNotSupportedError"
except smtplib.SMTPNotSupportedError:
Digging into the context of this error, I note this exception is not exposed in the list __all__.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: