r46772 - tls: not ssl:
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph
Date: Thu Feb 11 02:16:13 2016
New Revision: 46772
Modified:
branches/tls-endpoint-wrapper-5642-5/twisted/internet/test/test_endpoints.py
Log:
tls: not ssl:
Modified: branches/tls-endpoint-wrapper-5642-5/twisted/internet/test/test_endpoints.py
==============================================================================
--- branches/tls-endpoint-wrapper-5642-5/twisted/internet/test/test_endpoints.py (original)
+++ branches/tls-endpoint-wrapper-5642-5/twisted/internet/test/test_endpoints.py Thu Feb 11 02:16:13 2016
@@ -3637,7 +3637,7 @@
def test_tlsWithDefaults(self):
"""
- When passed an SSL strports description without extra arguments,
+ When passed a C{tls:} strports description without extra arguments,
L{clientFromString} returns a client endpoint whose context factory is
initialized with default values.
"""