summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-10-27 03:03:08 (GMT)
committerGitHub <noreply@github.com>2018-10-27 03:03:08 (GMT)
commitd9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713 (patch)
treece0d9858464a68ecd4241b47b972c20f6362631c /Misc
parent12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (diff)
downloadcpython-d9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713.zip
cpython-d9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713.tar.gz
cpython-d9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713.tar.bz2
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Specify that blocks are non-overlapping. Change '!=' to '<'.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-26-22-53-16.bpo-35079.Tm5jvF.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-26-22-53-16.bpo-35079.Tm5jvF.rst b/Misc/NEWS.d/next/Library/2018-10-26-22-53-16.bpo-35079.Tm5jvF.rst
new file mode 100644
index 0000000..33f6dc4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-10-26-22-53-16.bpo-35079.Tm5jvF.rst
@@ -0,0 +1,2 @@
+Improve difflib.SequenceManager.get_matching_blocks doc by adding 'non-
+overlapping' and changing '!=' to '<'.