From 1869df11544b49dadccfd28c9b0778fb456ce36c Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Mon, 12 Jul 2004 08:15:37 +0000 Subject: [PATCH] another note for amk --- Doc/whatsnew/whatsnew24.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 642ced1f799..c8a70bd646b 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -844,6 +844,8 @@ data extractors when used with \function{map()} or 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. +% XXX sre is now non-recursive. + \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.