summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorlrjball <50599110+lrjball@users.noreply.github.com>2020-04-30 03:42:45 (GMT)
committerGitHub <noreply@github.com>2020-04-30 03:42:45 (GMT)
commit3209cbd99b6d65aa18b3beb124fac9c792b8993d (patch)
treefafcfaccc30732b2e50094ad967940ef1e66c401 /Misc
parent6900f16d2207ca4fc252fa9d778ca0b13a3c95e0 (diff)
downloadcpython-3209cbd99b6d65aa18b3beb124fac9c792b8993d.zip
cpython-3209cbd99b6d65aa18b3beb124fac9c792b8993d.tar.gz
cpython-3209cbd99b6d65aa18b3beb124fac9c792b8993d.tar.bz2
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
* bpo-40394 - difflib.SequenceMatched.find_longest_match default args Added default args to find_longest_match, as well as related tests.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 89f37e5..21822dd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -88,6 +88,7 @@ Dwayne Bailey
Stig Bakken
Aleksandr Balezin
Greg Ball
+Lewis Ball
Luigi Ballabio
Thomas Ballinger
Jeff Balogh
diff --git a/Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst b/Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst
new file mode 100644
index 0000000..ef2e239
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst
@@ -0,0 +1 @@
+Added default arguments to :meth:`difflib.SequenceMatcher.find_longest_match()`. \ No newline at end of file