summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-09 14:48:28 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-09 14:48:28 (GMT)
commit7f203b847b727ca36f05f75b53801f43bd02c5d8 (patch)
treec5487d6a2821fed44744ec35684cd38381131984
parent151df0794d42d40abff38efb32d4d3c91e7deacf (diff)
downloadcpython-7f203b847b727ca36f05f75b53801f43bd02c5d8.zip
cpython-7f203b847b727ca36f05f75b53801f43bd02c5d8.tar.gz
cpython-7f203b847b727ca36f05f75b53801f43bd02c5d8.tar.bz2
Add item
-rw-r--r--Doc/whatsnew/whatsnew24.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index f7629f5..5a3fa71 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