[Python-checkins] python/dist/src/Lib socket.py,1.44,1.45

davecole at users.sourceforge.net davecole at users.sourceforge.net
Mon Aug 9 06:51:42 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20818/Lib

Modified Files:
	socket.py 
Log Message:
Patch #1003700: Add socketpair function to socket module.


Index: socket.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/socket.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** socket.py	31 May 2004 03:09:22 -0000	1.44
--- socket.py	9 Aug 2004 04:51:40 -0000	1.45
***************
*** 11,14 ****
--- 11,15 ----
  
  socket() -- create a new socket object
+ socketpair() -- create a pair of new socket objects [*]
  fromfd() -- create a socket object from an open file descriptor [*]
  gethostname() -- return the current hostname



More information about the Python-checkins mailing list