diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-29 11:53:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 11:53:19 (GMT) |
commit | cbf57674e257617977b35c016e861a52b5f65359 (patch) | |
tree | e76af31d42333ab1b9b6edc880fd7f55b945fea3 /Misc/NEWS.d | |
parent | 2a852a2b122cf9545909234cdc8fca564dc8f805 (diff) | |
download | cpython-cbf57674e257617977b35c016e861a52b5f65359.zip cpython-cbf57674e257617977b35c016e861a52b5f65359.tar.gz cpython-cbf57674e257617977b35c016e861a52b5f65359.tar.bz2 |
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ä.
(cherry picked from commit 7eeab87263b831adbe617a4af7ec5b5d9296962a)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-11-29-12-14-04.bpo-27903.ia8xgT.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-29-12-14-04.bpo-27903.ia8xgT.rst b/Misc/NEWS.d/next/Library/2018-11-29-12-14-04.bpo-27903.ia8xgT.rst new file mode 100644 index 0000000..8cdf75b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-11-29-12-14-04.bpo-27903.ia8xgT.rst @@ -0,0 +1,2 @@ +Fix ``ResourceWarning`` in :func:`platform.dist` on SuSE and Caldera +OpenLinux. Patch by Ville Skyttä. |