[Python-checkins]
python/dist/src/Doc/whatsnew whatsnew24.tex, 1.47, 1.48
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun May 30 23:15:05 EDT 2004
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1425
Modified Files:
whatsnew24.tex
Log Message:
Add weakref support to sockets and re pattern objects.
Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** whatsnew24.tex 20 May 2004 22:59:26 -0000 1.47
--- whatsnew24.tex 31 May 2004 03:15:02 -0000 1.48
***************
*** 559,562 ****
--- 559,566 ----
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}
More information about the Python-checkins
mailing list