Yasuhito FUTATSUKI at POEM has proposed merging lp:~futatuki/mailman/python-doc-url into lp:mailman/2.1.
Commit message: update Python library docs URLs Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~futatuki/mailman/python-doc-url/+merge/349626 URLs start with http://docs.python.org/library are now redirected to https and those are for Python 3 docs. So I update these links as https://docs.python.org/2/library. This is done by command line $ env LC_CTYPE=C sh -c "fgrep -l -r 'http://docs.python.org/' * | xargs sed -I '' -e 's|http://docs\.python\.org/|https://docs.python.org/2/|'" and check the diff, then find missed change and do $ env LC_CTYPE=C sed -I '' -e 's|http://www.python.org/doc/current/lib/module-re.html|https://docs.python.org/2/library/re.html|' messages/ca/LC_MESSAGES/mailman.po and edit messages/et/LC_MESSAGES/mailman.po by hand to fix missed change by folding msgstr. Changes in Mailman/Cgi/admin.py Mailman/Gui/Privacy.py Mailman/Gui/Topics.py bin/find_member misc/sitelist.cfg messages/mailman.pot messages/*/LC_CTYPE/mailman.po: http://docs.python.org/library/re.html http://www.python.org/doc/current/lib/module-re.html -> https://docs.python.org/2/library/re.html Changes in templates/*/headfoot.html: http://docs.python.org/library/stdtypes.html#string-formatting-operations -> https://docs.python.org/2/library/stdtypes.html#string-formatting-operations -- Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
