[New-bugs-announce] [issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

Elizabeth Myers report at bugs.python.org
Sun Mar 23 05:05:36 CET 2014


New submission from Elizabeth Myers:

This patch adds support for the AlpineLinux distrubtion (http://alpinelinux.org) to the platform.linux_distributions function, e.g.:

>>> platform.linux_distribution()
('alpine', '2.8.0_alpha2', '')

Thoughts, feelings, and rotten tomatoes welcome :).

----------
components: Library (Lib)
files: platform.patch
keywords: patch
messages: 214545
nosy: Elizacat
priority: normal
severity: normal
status: open
title: [patch] Add AlpineLinux to the platform module's supported distributions list
versions: Python 3.5
Added file: http://bugs.python.org/file34578/platform.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21031>
_______________________________________


More information about the New-bugs-announce mailing list