mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Remove the keyfile, certfile and check_hostname parameters, deprecated since Python 3.6, in modules: ftplib, http.client, imaplib, poplib and smtplib. Use the context parameter (ssl_context in imaplib) instead. Parameters following the removed parameters become keyword-only parameters. ftplib: Remove the FTP_TLS.ssl_version class attribute: use the context parameter instead.
2 lines
128 B
ReStructuredText
2 lines
128 B
ReStructuredText
:mod:`ftplib`: Remove the ``FTP_TLS.ssl_version`` class attribute: use the
|
|
*context* parameter instead. Patch by Victor Stinner
|