Issue 21031: [patch] Add AlpineLinux to the platform module's supported distributions list (original) (raw)

Created on 2014-03-23 04:05 by Elizacat, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
platform.patch Elizacat,2014-03-23 04:05 review
Messages (4)
msg214545 - (view) Author: Elizabeth Myers (Elizacat) * Date: 2014-03-23 04:05
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 :).
msg217334 - (view) Author: Elizabeth Myers (Elizacat) * Date: 2014-04-28 01:38
Any information or updates? :)
msg221261 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-22 15:47
Why has this been set to languishing as it's only three months old?
msg367364 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2020-04-27 03:18
As `linux_distribution` was removed in 3.8 (bpo-28167), I'm closing the issue. Thanks for the patch anyway, Elizabeth, and I'm sorry it didn't end up better!
History
Date User Action Args
2022-04-11 14:58:00 admin set github: 65230
2020-04-27 03🔞33 zach.ware set status: languishing -> closedversions: + Python 3.5, - Python 3.9nosy: + zach.waremessages: + resolution: out of datestage: patch review -> resolved
2020-03-06 22:16:16 SilentGhost set versions: + Python 3.9, - Python 3.5
2020-03-06 20:50:35 brett.cannon set nosy: - brett.cannon
2014-06-22 15:47:32 BreamoreBoy set nosy: + BreamoreBoymessages: +
2014-05-14 07:36:16 ezio.melotti set nosy: + brett.cannon, ezio.melottistage: patch review
2014-04-28 01:38:29 Elizacat set status: open -> languishingmessages: +
2014-03-23 12🔞37 r.david.murray set nosy: + lemburg
2014-03-23 05:20:55 Elizacat set type: enhancement
2014-03-23 04:05:36 Elizacat create