]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)
authorVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 11:31:08 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 11:31:08 +0000 (12:31 +0100)
commit7eeab87263b831adbe617a4af7ec5b5d9296962a
treeae13ad7419b411a9d76749104251b62aeb8a0520
parente754159ef0af99a4124dd041ab7ceb77fcc922ad
bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)

Fix ResourceWarning in platform.dist() and
platform.linux_distribution() on SuSE and Caldera OpenLinux.

Patch by Ville Skyttä.
Lib/platform.py
Misc/NEWS.d/next/Library/2018-11-29-12-14-04.bpo-27903.ia8xgT.rst [new file with mode: 0644]