]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Aug 2019 15:39:47 +0000 (08:39 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 7 Aug 2019 15:39:47 +0000 (11:39 -0400)
commit7dafbe81bd0afb8bd67bc3a4c851a6c728fd87fe
tree09b9b5b9adc283cc8e688454f371efbb1f8a7084
parent18343aba78dea0c23abcb6e615e70f89764ae9a4
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15158)

https://bugs.python.org/issue37004
(cherry picked from commit e9cbcd0018abd2a5f2348c45d5c9c4265c4f42dc)

Co-authored-by: sweeneyde <36520290+sweeneyde@users.noreply.github.com>
Doc/library/difflib.rst
Misc/NEWS.d/next/Documentation/2019-05-22-04-30-07.bpo-37004.BRgxrt.rst [new file with mode: 0644]