]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
authorNick Crews <nicholas.b.crews@gmail.com>
Mon, 23 Nov 2020 16:29:37 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 16:29:37 +0000 (18:29 +0200)
commit2f2f9d0b5c96e68ed91cddd6673860ee752eb49c
treec67e28aae082232cf110fb46cac133b678e1900f
parentff420f0e08a2443339da0df7ace95e14177bac53
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
Doc/library/filecmp.rst
Lib/filecmp.py
Lib/test/test_filecmp.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-11-20-10-38-34.bpo-15450.E-y9PA.rst [new file with mode: 0644]