diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-01-11 08:06:13 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-01-11 08:06:13 -0800 |
commit | 459c60bd8ad6d798a3c55dd075b5efd05677f4b8 (patch) | |
tree | d87e76391c3e465dcfdce22d597f41ce31930027 /bin/find_member | |
parent | 4cfb7130a9b64d951b8e3367c67ca445f3eb296e (diff) | |
download | mailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.tar.gz mailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.tar.xz mailman2-459c60bd8ad6d798a3c55dd075b5efd05677f4b8.zip |
Updated links to Python documentation.
Diffstat (limited to '')
-rwxr-xr-x | bin/find_member | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find_member b/bin/find_member index 0c5d8711..a1701bf8 100755 --- a/bin/find_member +++ b/bin/find_member @@ -49,7 +49,7 @@ specifically excluded. Regular expression syntax is Perl5-like, using the Python re module. Complete specifications are at: -http://www.python.org/doc/current/lib/module-re.html +http://docs.python.org/library/re.html Address matches are case-insensitive, but case-preserved addresses are displayed. |