This commit is contained in:
Andrew M. Kuchling 2004-08-09 14:48:28 +00:00
parent 151df0794d
commit 7f203b847b
1 changed files with 4 additions and 0 deletions

View 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