]> granicus.if.org Git - python/commitdiff
Add weakref support to sockets and re pattern objects.
authorRaymond Hettinger <python@rcn.com>
Mon, 31 May 2004 03:15:02 +0000 (03:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 31 May 2004 03:15:02 +0000 (03:15 +0000)
Doc/whatsnew/whatsnew24.tex

index 1db43035a7943fb6bf8561cee2ea52ceefb86e23..bcb91342c4911f1b3bfb0e6c1270973f9b20411f 100644 (file)
@@ -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}