From dd9455afdf3117bf7b95742feac64d7d48c213e2 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Sun, 15 Jul 2018 12:18:00 +0900 Subject: fix python doc urls --- Mailman/Cgi/admin.py | 2 +- Mailman/Gui/Privacy.py | 2 +- Mailman/Gui/Topics.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Mailman') diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index a92ab378..d2577b53 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -917,7 +917,7 @@ def membership_options(mlist, subcat, cgidata, doc, form): container.AddItem(header) # Add a "search for member" button table = Table(width='100%') - link = Link('http://docs.python.org/library/re.html' + link = Link('https://docs.python.org/2/library/re.html' '#regular-expression-syntax', _('(help)')).Format() table.AddRow([Label(_('Find member %(link)s:')), diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 25e49d2f..4df63da1 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -203,7 +203,7 @@ class Privacy(GUIBase):

In the text boxes below, add one address per line; start the line with a ^ character to designate a Python regular expression. When entering backslashes, do so as if you were using Python raw strings (i.e. you generally just use a single backslash). diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index b1db0c51..d81dd7b0 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -50,7 +50,7 @@ class Topics(GUIBase): _("""The topic filter categorizes each incoming email message according to regular + href="https://docs.python.org/2/library/re.html">regular expression filters you specify below. If the message's Subject: or Keywords: header contains a match against a topic filter, the message is logically placed -- cgit v1.2.3