There was an error while loading. Please reload this page.
1 parent 5d349ef commit 5c6dc38Copy full SHA for 5c6dc38
1 file changed
Misc/NEWS.d/next/Documentation/2026-08-12-00-00-00.gh-issue-56593.V1fKc3.rst
@@ -0,0 +1,5 @@
1
+Improve the :mod:`difflib` documentation: describe the :class:`difflib.Match`
2
+named tuple and state that :meth:`~difflib.SequenceMatcher.find_longest_match`
3
+and :meth:`~difflib.SequenceMatcher.get_matching_blocks` return ``Match``
4
+objects. Clarify that the diff functions accept sequences of strings, not
5
+just lists.
0 commit comments