diff options
author | lrjball <50599110+lrjball@users.noreply.github.com> | 2020-04-30 03:42:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 03:42:45 (GMT) |
commit | 3209cbd99b6d65aa18b3beb124fac9c792b8993d (patch) | |
tree | fafcfaccc30732b2e50094ad967940ef1e66c401 /Misc | |
parent | 6900f16d2207ca4fc252fa9d778ca0b13a3c95e0 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |