Antoine Pitrou <pit...@free.fr> added the comment:

> My proposal: 
> 
> - the user should still be able to use keyfile and certfile if desired, 
> they're quicker to use and backward compatibility must be maintained.
> 
> - SSL context can be provided by passing a new "context" argument to the 
> constructor.
> 
> - if context arg is passed FTP_TLS.ssl_version should be ignored and 
> SSLContext.protocol used instead
> 
> - keyfile/certfile and context arguments should be mutually exclusive 
> (ValueError)
> 
> 
> Makes sense?

Entirely sense to me :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8806>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to