From: Andrew M. Kuchling Date: Mon, 9 Aug 2004 14:48:28 +0000 (+0000) Subject: Add item X-Git-Tag: v2.4a3~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f203b847b727ca36f05f75b53801f43bd02c5d8;p=python Add item --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index f7629f55ec..5a3fa71e30 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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