Staging
v0.5.1
https://github.com/python/cpython
Revision 5c73afc36ee6cca41009a510092e1f901c5dc0a0 authored by Christian Heimes on 30 November 2020, 21:34:45 UTC, committed by GitHub on 30 November 2020, 21:34:45 UTC
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>
1 parent 9bdc40e
History
Tip revision: 5c73afc36ee6cca41009a510092e1f901c5dc0a0 authored by Christian Heimes on 30 November 2020, 21:34:45 UTC
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Tip revision: 5c73afc
File Mode Size
bytearrayobject.c.h -rw-r--r-- 31.8 KB
bytesobject.c.h -rw-r--r-- 25.1 KB
codeobject.c.h -rw-r--r-- 12.0 KB
complexobject.c.h -rw-r--r-- 3.1 KB
descrobject.c.h -rw-r--r-- 3.3 KB
dictobject.c.h -rw-r--r-- 5.0 KB
enumobject.c.h -rw-r--r-- 2.2 KB
floatobject.c.h -rw-r--r-- 10.1 KB
funcobject.c.h -rw-r--r-- 2.3 KB
listobject.c.h -rw-r--r-- 8.7 KB
longobject.c.h -rw-r--r-- 10.3 KB
memoryobject.c.h -rw-r--r-- 7.7 KB
moduleobject.c.h -rw-r--r-- 1.5 KB
odictobject.c.h -rw-r--r-- 6.6 KB
structseq.c.h -rw-r--r-- 1.1 KB
tupleobject.c.h -rw-r--r-- 2.8 KB
typeobject.c.h -rw-r--r-- 5.9 KB
unicodeobject.c.h -rw-r--r-- 36.9 KB

back to top