From: Fred Drake Date: Thu, 31 Aug 2000 05:08:00 +0000 (+0000) Subject: Added note about documenting the SSL support in the socket module. X-Git-Tag: v2.0b1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33642acef50da173ba70bf360a6fdee0c8a1c68e;p=python Added note about documenting the SSL support in the socket module. --- diff --git a/Doc/TODO b/Doc/TODO index fadcbfbe94..a59b857934 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -61,6 +61,8 @@ Library Reference * Update the httplib documentation to match Greg Stein's HTTP/1.1 support and new classes. (Greg, this is yours!) +* SSL support in the socket module is not documented. + Tutorial --------