This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: platform.platform() in Python 3.8 does not report detailed Linux platform information
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: SilentGhost, aeros, jaraco, legendu, lemburg, petr.viktorin
Priority: normal Keywords:

Created on 2020-06-14 05:51 by legendu, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg371488 - (view) Author: Ben Du (legendu) Date: 2020-06-14 05:51
The function platform.platform() does not report detailed Linux platform information (Ubuntu, Debain, CentOS, etc). This information is reported in Python 3.7 and earlier.
msg371496 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2020-06-14 07:45
This is the result of removal of platform.linux_distribution() in #28167. Which was deprecated since 3.5. As far as I understand, suggested replacement is distro package on pypi (https://pypi.org/project/distro/).
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85145
2020-06-14 07:45:38SilentGhostsetstatus: open -> closed

nosy: + petr.viktorin, SilentGhost
messages: + msg371496

resolution: wont fix
stage: resolved
2020-06-14 07:09:21aerossetnosy: + aeros
2020-06-14 07:08:34aerossetnosy: + lemburg, jaraco
2020-06-14 05:51:01legenducreate