From 459c60bd8ad6d798a3c55dd075b5efd05677f4b8 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 11 Jan 2009 08:06:13 -0800 Subject: Updated links to Python documentation. --- messages/mailman.pot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'messages/mailman.pot') diff --git a/messages/mailman.pot b/messages/mailman.pot index ee39ca67..5e7a685d 100644 --- a/messages/mailman.pot +++ b/messages/mailman.pot @@ -4775,7 +4775,7 @@ msgid "" "\n" "

In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do so\n" " as if you were using Python raw strings (i.e. you generally just\n" " use a single backslash).\n" @@ -5119,7 +5119,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"http://docs.python.org/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains a\n" " match against a topic filter, the message is logically placed\n" @@ -6949,7 +6949,7 @@ msgid "" "Regular expression syntax is Perl5-like, using the Python re module. Complete\n" "specifications are at:\n" "\n" -"http://www.python.org/doc/current/lib/module-re.html\n" +"http://docs.python.org/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" -- cgit v1.2.3