##// END OF EJS Templates
py3: use socket.makefile() instead of dropped smtplib.SSLFakeFile...
py3: use socket.makefile() instead of dropped smtplib.SSLFakeFile The latter (undocumented internal) class got removed in Python 3.3. Use socket.makefile() as suggested: https://docs.python.org/3/whatsnew/3.3.html#porting-python-code

File last commit:

r37193:943d77fc default
r43441:54b06bec default
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
Gregory Szorc
thirdparty: vendor zope.interface 4.4.3...
r37193 #
# This file is necessary to make this directory a package.