Commit 1869df11 authored by Anthony Baxter's avatar Anthony Baxter

another note for amk

parent 71ed2201
...@@ -844,6 +844,8 @@ data extractors when used with \function{map()} or ...@@ -844,6 +844,8 @@ data extractors when used with \function{map()} or
regular expression pattern \var{A} will be tested against the string; if 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. 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 \item The \module{weakref} module now supports a wider variety of objects
including Python functions, class instances, sets, frozensets, deques, including Python functions, class instances, sets, frozensets, deques,
arrays, files, sockets, and regular expression pattern objects. arrays, files, sockets, and regular expression pattern objects.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment