commit | 7eeab87263b831adbe617a4af7ec5b5d9296962a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Nov 29 12:31:08 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 29 12:31:08 2018 +0100 |
tree | ae13ad7419b411a9d76749104251b62aeb8a0520 | |
parent | e754159ef0af99a4124dd041ab7ceb77fcc922ad [diff] |
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ä.