]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
authorlrjball <50599110+lrjball@users.noreply.github.com>
Thu, 30 Apr 2020 03:42:45 +0000 (04:42 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 03:42:45 +0000 (22:42 -0500)
commit3209cbd99b6d65aa18b3beb124fac9c792b8993d
treefafcfaccc30732b2e50094ad967940ef1e66c401
parent6900f16d2207ca4fc252fa9d778ca0b13a3c95e0
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.
Doc/library/difflib.rst
Lib/difflib.py
Lib/test/test_difflib.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-04-28-18-59-48.bpo-40394.Yi5uuM.rst [new file with mode: 0644]