summaryrefslogtreecommitdiffstats
path: root/Doc/library/difflib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 09:27:06 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 09:27:06 (GMT)
commit794e9bf1fe5bd0000f90c1502b16c96eb68a59af (patch)
tree0fe2b5742d9d244ffac97dc7b4928ee29eefe370 /Doc/library/difflib.rst
parent9e67d801bdef7c43e6704200770fb9cf2040dc11 (diff)
parent525d355984e1afa342aa72fc7867a56eea937a61 (diff)
downloadcpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.zip
cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.gz
cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.bz2
merge with 3.4
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r--Doc/library/difflib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 707f179..329bde0 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -327,9 +327,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
.. seealso::
- `Pattern Matching: The Gestalt Approach <http://www.ddj.com/184407970?pgno=5>`_
+ `Pattern Matching: The Gestalt Approach <http://www.drdobbs.com/database/pattern-matching-the-gestalt-approach/184407970>`_
Discussion of a similar algorithm by John W. Ratcliff and D. E. Metzener. This
- was published in `Dr. Dobb's Journal <http://www.ddj.com/>`_ in July, 1988.
+ was published in `Dr. Dobb's Journal <http://www.drdobbs.com/>`_ in July, 1988.
.. _sequence-matcher: