]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Oct 2018 03:09:10 +0000 (20:09 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Oct 2018 03:09:10 +0000 (20:09 -0700)
commite389de8e3e897fa5ba4f71b0f711355fb7158049
tree6cb706c255a04fc6916c9f9a09eef620d9928f32
parent6f97a50c86737458c6bed9970c8dc31a465eff22
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)

Specify that blocks are non-overlapping. Change '!=' to '<'.
(cherry picked from commit d9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/difflib.rst
Misc/NEWS.d/next/Library/2018-10-26-22-53-16.bpo-35079.Tm5jvF.rst [new file with mode: 0644]