From 874ebd5c3d0f9eebe41cdf40ae7f968681819efe Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 31 May 2004 03:15:02 +0000 Subject: Add weakref support to sockets and re pattern objects. --- Doc/whatsnew/whatsnew24.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 1db4303..bcb9134 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -558,6 +558,10 @@ For example: earlier in the expression. If the specified group matched, the 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 The \module{weakref} module now supports a wider variety of objects + including Python functions, class instances, sets, frozensets, deques, + arrays, files, sockets, and regular expression pattern objects. \end{itemize} -- cgit v0.12