From 45c552a6f200a4bfd3ac55987703eea5c12e7f06 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 16 Sep 2000 02:06:02 +0000 Subject: [PATCH] Added "port SSL to Windows". --- pep-0042.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index 55caa39f7..a1d8b156a 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -88,6 +88,11 @@ Standard Library http://sourceforge.net/bugs/?func=detailbug&bug_id=114557&group_id=5470 + - Port the Python SSL code to Windows. + + http://sourceforge.net/bugs/?func=detailbug&bug_id=110683&group_id=5470 + + Tools - IDLE should reload & recompile modules changed externally. To