]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)
authorMickaël Schoentgen <contact@tiger-222.fr>
Mon, 3 Sep 2018 01:48:08 +0000 (03:48 +0200)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 3 Sep 2018 01:48:08 +0000 (21:48 -0400)
commit30af2e737aad427d4da97f8dadeeecff6c2b28f5
treed2845d4c83d686f1116d0bb033aa1381a289ed5b
parent71f2dadf66c8f9f513bb67f3b06d320c406ac2ff
bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)

The change to Tools/scripts/diff.py effectively backports part of
a2637729f23dc993e820fd92f0d1759ad714c9b2.
The test code changed in Doc/library/difflib.rst is not present in current 3.x.
Doc/library/difflib.rst
Misc/NEWS.d/next/Tools-Demos/2018-08-25-17-13-24.bpo-34500.Edz41x.rst [new file with mode: 0644]
Tools/scripts/diff.py