summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-11-30 21:34:45 (GMT)
committerGitHub <noreply@github.com>2020-11-30 21:34:45 (GMT)
commit5c73afc36ee6cca41009a510092e1f901c5dc0a0 (patch)
treeeb72eecfbbaf3809eead8a972f47064272b34fe3 /Misc/NEWS.d
parent9bdc40ee3e0d886fb62b5334e8a88c1fe9460ba0 (diff)
downloadcpython-5c73afc36ee6cca41009a510092e1f901c5dc0a0.zip
cpython-5c73afc36ee6cca41009a510092e1f901c5dc0a0.tar.gz
cpython-5c73afc36ee6cca41009a510092e1f901c5dc0a0.tar.bz2
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Add platform.freedesktop_os_release() function to parse freedesktop.org os-release files. Signed-off-by: Christian Heimes <christian@python.org> Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-24-13-18-05.bpo-28468.8Gh2d4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-24-13-18-05.bpo-28468.8Gh2d4.rst b/Misc/NEWS.d/next/Library/2020-11-24-13-18-05.bpo-28468.8Gh2d4.rst
new file mode 100644
index 0000000..b183406
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-24-13-18-05.bpo-28468.8Gh2d4.rst
@@ -0,0 +1,2 @@
+Add :func:`platform.freedesktop_os_release` function to parse freedesktop.org
+``os-release`` files.