summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-07-12 08:15:37 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-07-12 08:15:37 (GMT)
commit1869df11544b49dadccfd28c9b0778fb456ce36c (patch)
tree6c1d6a26535fbb3ba52c8031aaa27be8707a2488 /Doc
parent71ed2201e247d54f498e0b905cb8564dbe02088a (diff)
downloadcpython-1869df11544b49dadccfd28c9b0778fb456ce36c.zip
cpython-1869df11544b49dadccfd28c9b0778fb456ce36c.tar.gz
cpython-1869df11544b49dadccfd28c9b0778fb456ce36c.tar.bz2
another note for amk
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew24.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 642ced1..c8a70bd 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.