]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 10 Jun 2024 11:06:18 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 11:06:18 +0000 (14:06 +0300)
commitc3b6dbff2c8886de1edade737febe85dd47ff4d0
tree17d7a14f7e1c9bf239f1a38ccf7eb24d303c6745
parentb90bd3e5bbc136f53b24ee791824acd6b17e0d42
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)
Lib/difflib.py
Lib/test/test_difflib.py
Misc/NEWS.d/next/Core and Builtins/2024-04-27-18-36-46.gh-issue-115801.SVeHSy.rst [new file with mode: 0644]