[pypy-commit] pypy default: The Python web site change broke the URL redirection to mail.python.org.

arigo noreply at buildbot.pypy.org
Sat Feb 22 11:11:14 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69270:1144d1950bde
Date: 2014-02-22 11:10 +0100
http://bitbucket.org/pypy/pypy/changeset/1144d1950bde/

Log:	The Python web site change broke the URL redirection to
	mail.python.org. Fix.

diff --git a/pypy/doc/eventhistory.rst b/pypy/doc/eventhistory.rst
--- a/pypy/doc/eventhistory.rst
+++ b/pypy/doc/eventhistory.rst
@@ -267,7 +267,7 @@
 .. _`day 1`: http://codespeak.net/pipermail/pypy-dev/2005q2/002169.html
 .. _`day 2`: http://codespeak.net/pipermail/pypy-dev/2005q2/002171.html
 .. _`day 3`: http://codespeak.net/pipermail/pypy-dev/2005q2/002172.html
-.. _`pypy-dev`: http://python.org/mailman/listinfo/pypy-dev
+.. _`pypy-dev`: http://mail.python.org/mailman/listinfo/pypy-dev
 
 .. _EuroPython: http://europython.org 
 .. _`translation`: translation.html 
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -243,7 +243,7 @@
 discussions.
 
 .. _`contact us`: index.html
-.. _`mailing list`: http://python.org/mailman/listinfo/pypy-dev
+.. _`mailing list`: http://mail.python.org/mailman/listinfo/pypy-dev
 
 -------------------------------------------------------------
 OSError: ... cannot restore segment prot after reloc... Help?
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -386,7 +386,7 @@
 
 .. _`full Python interpreter`: getting-started-python.html
 .. _`the blog`: http://morepypy.blogspot.com
-.. _`pypy-dev mailing list`: http://python.org/mailman/listinfo/pypy-dev
+.. _`pypy-dev mailing list`: http://mail.python.org/mailman/listinfo/pypy-dev
 .. _`contact possibilities`: index.html
 
 .. _`py library`: http://pylib.org
diff --git a/pypy/doc/index-report.rst b/pypy/doc/index-report.rst
--- a/pypy/doc/index-report.rst
+++ b/pypy/doc/index-report.rst
@@ -99,7 +99,7 @@
 .. _`py-lib`: http://pylib.org/
 .. _`py.test`: http://pytest.org/
 .. _codespeak: http://codespeak.net/
-.. _`pypy-dev`: http://python.org/mailman/listinfo/pypy-dev
+.. _`pypy-dev`: http://mail.python.org/mailman/listinfo/pypy-dev
 
 
 Reports of 2006
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -104,8 +104,8 @@
 .. _`PyPy blog`: http://morepypy.blogspot.com/
 .. _`development bug/feature tracker`: https://bugs.pypy.org
 .. _here: http://tismerysoft.de/pypy/irc-logs/pypy
-.. _`Mercurial commit mailing list`: http://python.org/mailman/listinfo/pypy-commit
-.. _`development mailing list`: http://python.org/mailman/listinfo/pypy-dev
+.. _`Mercurial commit mailing list`: http://mail.python.org/mailman/listinfo/pypy-commit
+.. _`development mailing list`: http://mail.python.org/mailman/listinfo/pypy-dev
 .. _`FAQ`: faq.html
 .. _`Getting Started`: getting-started.html
 .. _`Papers`: extradoc.html


More information about the pypy-commit mailing list