[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-12 Thread Abhilash Raj
Change by Abhilash Raj : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset cb580d6fa8349acff723a7a044181d896d076871 by Miss Islington (bot) in branch '3.7': bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) https://github.com/python/cpython/commit/cb580d6fa8349acff723a7a044181d896d076871

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset 1da648aceb2496c672aff82ba37ee071ac6054ac by Miss Islington (bot) in branch '3.8': bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) https://github.com/python/cpython/commit/1da648aceb2496c672aff82ba37ee071ac6054ac

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16299 pull_request: https://github.com/python/cpython/pull/16721 ___ Python tracker ___

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16180 pull_request: https://github.com/python/cpython/pull/16590 ___ Python tracker ___

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-04 Thread Abhilash Raj
Abhilash Raj added the comment: New changeset 3faf826e5879536d2272f1a51c58965a16827f81 by Abhilash Raj (nde) in branch 'master': bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525) https://github.com/python/cpython/commit/3faf826e5879536d2272f1a51c58965a16827f81

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-04 Thread Abhilash Raj
Abhilash Raj added the comment: It seems that SMTPNotSupportedError is publicly documented, it should be a part of __all__. -- nosy: +maxking ___ Python tracker ___

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +16116 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16525 ___ Python tracker ___

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-01 Thread Norman Denayer
New submission from Norman Denayer : 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