New submission from Christian Heimes:

#1322 has deprecated platform.linux_distribution(). The feature is going to be 
removed without replacement functions in the stdlib. It's no longer possible to 
detect the Linux distribution from stdlib. Let's add a function to read 
/etc/os-release [1] instead. It's a very simple format and pretty standard for 
many years.

[1] http://0pointer.de/blog/projects/os-release

----------
components: Library (Lib)
messages: 278847
nosy: christian.heimes
priority: normal
severity: normal
stage: test needed
status: open
title: Add platform.linux_os_release()
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to