[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: 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! -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status:

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2020-03-06 Thread SilentGhost
Change by SilentGhost : -- versions: +Python 3.9 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2020-03-06 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-06-22 Thread Mark Lawrence
Mark Lawrence added the comment: Why has this been set to languishing as it's only three months old? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21031 ___

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-05-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +brett.cannon, ezio.melotti stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21031 ___

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-04-27 Thread Elizabeth Myers
Elizabeth Myers added the comment: Any information or updates? :) -- status: open - languishing ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21031 ___

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-03-23 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +lemburg ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21031 ___ ___ Python-bugs-list

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-03-22 Thread Elizabeth Myers
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 :).

[issue21031] [patch] Add AlpineLinux to the platform module's supported distributions list

2014-03-22 Thread Elizabeth Myers
Changes by Elizabeth Myers elizab...@sporksmoo.net: -- type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21031 ___ ___