https://github.com/python/cpython/commit/7a6d8d4c95fceccbf60627be8e1b6be56ff0701e commit: 7a6d8d4c95fceccbf60627be8e1b6be56ff0701e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-27T17:02:26+03:00 summary:
[3.14] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137531) Co-authored-by: Sebastien Williams-Wynn <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
