##// END OF EJS Templates
mail: convert SMTPException to bytes before passing to error.Abort()...
mail: convert SMTPException to bytes before passing to error.Abort() Caught by pytype: File "/mnt/c/Users/Matt/hg/mercurial/mail.py", line 168, in _smtp: Function Abort.__init__ was called with the wrong arguments [wrong-arg-types] Expected: (self, message: Union[bytearray, bytes, memoryview], ...) Actually passed: (self, message: smtplib.SMTPException) Differential Revision: https://phab.mercurial-scm.org/D10168

File last commit:

r44031:2e017696 default
r47510:b0253377 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer