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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33642acef50da173ba70bf360a6fdee0c8a1c68e;p=thirdparty%2FPython%2Fcpython.git Added note about documenting the SSL support in the socket module. --- diff --git a/Doc/TODO b/Doc/TODO index fadcbfbe9497..a59b857934d5 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 --------