]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Aug 2004 14:48:28 +0000 (14:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Aug 2004 14:48:28 +0000 (14:48 +0000)
Doc/whatsnew/whatsnew24.tex

index f7629f55ecf8836ce484aea359a02aaf18e978e2..5a3fa71e301a131fd338eff73a50dee6409ee73d 100644 (file)
@@ -1070,6 +1070,10 @@ be replaced by the option's default value.
    regular expression pattern \var{A} will be tested against the string; if
    the group didn't match, the pattern \var{B} will be used instead.
 
+\item A new \function{socketpair()} function was added to the
+   \module{socket} module, returning a pair of connected sockets. 
+   (Contributed by Dave Cole.)
+
 % XXX sre is now non-recursive.
 
 \item The \module{threading} module now has an elegantly simple way to support