Dec. 30, 2014
9:17 p.m.
https://hg.python.org/cpython/rev/29689050ec78 changeset: 93993:29689050ec78 branch: 3.4 parent: 93991:414c450e8406 user: Benjamin Peterson <benjamin@python.org> date: Tue Dec 30 15:17:03 2014 -0600 summary: update docs for #23111 files: Doc/library/ftplib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -414,7 +414,7 @@ .. attribute:: FTP_TLS.ssl_version - The SSL version to use (defaults to *TLSv1*). + The SSL version to use (defaults to :attr:`ssl.PROTOCOL_SSLv23`). .. method:: FTP_TLS.auth() -- Repository URL: https://hg.python.org/cpython
3676
Age (days ago)
3676
Last active (days ago)
0 comments
1 participants
participants (1)
-
benjamin.peterson