https://github.com/python/cpython/commit/d1d543fb1e4a23efe719d6a70b503b01a6d1b7ce commit: d1d543fb1e4a23efe719d6a70b503b01a6d1b7ce branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: orsenthil <sent...@python.org> date: 2025-08-07T19:42:04Z summary:
[3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137532) gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (cherry picked from commit 244c7b8c4c579972e7db54132bdd74de3d3b3c0a) Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.m...@gmail.com> files: M Doc/library/difflib.rst diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index ce948a6860f02c..ec8b575a1ba999 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -351,9 +351,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module. .. seealso:: - `Pattern Matching: The Gestalt Approach <https://www.drdobbs.com/database/pattern-matching-the-gestalt-approach/184407970>`_ + `Pattern Matching: The Gestalt Approach <https://jacobfilipp.com/DrDobbs/articles/DDJ/1988/8807/8807c/8807c.htm>`_ Discussion of a similar algorithm by John W. Ratcliff and D. E. Metzener. This - was published in `Dr. Dobb's Journal <https://www.drdobbs.com/>`_ in July, 1988. + was published in Dr. Dobb's Journal in July, 1988. .. _sequence-matcher: _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com