Commit 7f203b84 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add item

parent 151df079
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment