[Python-Dev] RE: [Python-checkins] python/nondist/peps pep-0042.txt,1.58,1.59

Tim Peters tim.one@comcast.net
Mon, 10 Jun 2002 17:34:27 -0400


> Update of /cvsroot/python/python/nondist/peps
> In directory usw-pr-cvs1:/tmp/cvs-serv32728
> 
> Modified Files:
> 	pep-0042.txt 
> Log Message:
> Added another wish.  Removed a bunch of fulfilled wishes (no guarantee
> that I caught all of 'em).

...

> -     - Port the Python SSL code to Windows.
> - 
> -       http://www.python.org/sf/210683

That this was done is news to me.  That doesn't mean it isn't true <wink>.

Python 2.3a0 (#29, Jun  1 2002, 02:50:59) [MSC 32 bit (Intel)] on win32
...
>>> import socket
>>> hasattr(socket, 'ssl')
False
>>>