Christian Heimes <[email protected]> added the comment:
The Python standard library has no builtin support for socks proxy. I suggest
that you report issues with socks library to the author of the package.
By the way the smptlib makes it really easy to override the socket object with
a custom implementation:
class SocksSMTP(smtplib.SMTP):
def _get_socket(self, host, port, timeout):
return some_socket_like_object(...)
----------
nosy: +christian.heimes
resolution: -> third party
stage: -> resolved
status: open -> closed
type: -> behavior
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue29687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com