summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-29 11:53:19 (GMT)
committerGitHub <noreply@github.com>2018-11-29 11:53:19 (GMT)
commitcbf57674e257617977b35c016e861a52b5f65359 (patch)
treee76af31d42333ab1b9b6edc880fd7f55b945fea3 /Misc/NEWS.d
parent2a852a2b122cf9545909234cdc8fca564dc8f805 (diff)
downloadcpython-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.rst2
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ä.