
python-checkins at python
Oct 20, 2007, 12:25 PM
Post #1 of 1
(75 views)
Permalink
|
|
r58572 - python/trunk/Doc/library/ssl.rst
|
|
Author: andrew.kuchling Date: Sat Oct 20 21:25:37 2007 New Revision: 58572 Modified: python/trunk/Doc/library/ssl.rst Log: Fix protocol name Modified: python/trunk/Doc/library/ssl.rst ============================================================================== --- python/trunk/Doc/library/ssl.rst (original) +++ python/trunk/Doc/library/ssl.rst Sat Oct 20 21:25:37 2007 @@ -226,7 +226,7 @@ .. data:: PROTOCOL_TLSv1 - Selects SSL version 2 as the channel encryption protocol. This is + Selects TLS version 1 as the channel encryption protocol. This is the most modern version, and probably the best choice for maximum protection, if both sides can speak it. _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|