]> granicus.if.org Git - python/commitdiff
another note for amk
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 12 Jul 2004 08:15:37 +0000 (08:15 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 12 Jul 2004 08:15:37 +0000 (08:15 +0000)
Doc/whatsnew/whatsnew24.tex

index 642ced1f799df513d006493a8fda2376f784d726..c8a70bd646b23b780e0a27a77f18593f7b294f8c 100644 (file)
@@ -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.