[Python-checkins] cpython (merge 3.5 -> default): Merge: #24584: replace dead link with pointer to archive.org.

r.david.murray python-checkins at python.org
Sat Jul 4 21:46:29 CEST 2015


https://hg.python.org/cpython/rev/631ef17fc772
changeset:   96804:631ef17fc772
parent:      96801:aadf3f60a9ef
parent:      96803:51e05ee9848a
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Jul 04 15:46:14 2015 -0400
summary:
  Merge: #24584: replace dead link with pointer to archive.org.

files:
  Doc/library/unittest.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -47,7 +47,7 @@
    Module :mod:`doctest`
       Another test-support module with a very different flavor.
 
-   `Simple Smalltalk Testing: With Patterns <http://www.XProgramming.com/testfram.htm>`_
+   `Simple Smalltalk Testing: With Patterns <https://web.archive.org/web/20150315073817/http://www.xprogramming.com/testfram.htm>`_
       Kent Beck's original paper on testing frameworks using the pattern shared
       by :mod:`unittest`.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list