[Python-checkins] cpython (2.7): #24548: replace dead link with pointer to archive.org.

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


https://hg.python.org/cpython/rev/5f279db087e7
changeset:   96805:5f279db087e7
branch:      2.7
parent:      96792:695bbbaf2478
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Jul 04 15:50:30 2015 -0400
summary:
  #24548: 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
@@ -83,7 +83,7 @@
       discovery. unittest2 allows you to use these features with earlier
       versions of Python.
 
-   `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