diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-31 05:08:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-31 05:08:00 (GMT) |
commit | 33642acef50da173ba70bf360a6fdee0c8a1c68e (patch) | |
tree | c6d13cdac14244bb50190f316d113a6a210f09fe | |
parent | c818d5347ed2e1b250b4f2754cb9c2af80b63349 (diff) | |
download | cpython-33642acef50da173ba70bf360a6fdee0c8a1c68e.zip cpython-33642acef50da173ba70bf360a6fdee0c8a1c68e.tar.gz cpython-33642acef50da173ba70bf360a6fdee0c8a1c68e.tar.bz2 |
Added note about documenting the SSL support in the socket module.
-rw-r--r-- | Doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 -------- |