[issue2054] add ftp-tls support to ftplib - RFC 4217

Antoine Pitrou report at bugs.python.org
Tue Nov 17 10:36:49 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is the current py3k patch I have, after resolving conflicts and
cleaning up the obvious problems.
After tracing a bit, it seems that ssl.wrap_socket() changes the socket
fileno under py3k, while it doesn't under trunk.

----------
Added file: http://bugs.python.org/file15349/ftptls-py3k.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2054>
_______________________________________


More information about the Python-bugs-list mailing list