Issue 10524: Patch to add Pardus to supported dists in platform (original) (raw)

Created on 2010-11-24 22:00 by zaburt, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pardus_platform_release27-maint.patch zaburt,2010-11-24 22:00 review
Messages (8)
msg122315 - (view) Author: Onur Küçük (zaburt) Date: 2010-11-24 22:00
Attached patch adds Pardus to supported dists in platform. Diff is against current release27-maint, but it applies to release31-maint and py3k too.
msg122356 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2010-11-25 12:23
Looks good. BTW: What is "pardus" ?
msg122361 - (view) Author: Onur Küçük (zaburt) Date: 2010-11-25 13:46
Pardus is a Linux distribution, developed under Scientific and Technological Research Council of Turkey, by both paid and voluntary developers. We are getting pretty good attention lately actually, for example we were chosen 5th best Linux distro of 2010. More info can be found in [2], [3], etc. [1] http://www.linuxjournal.com/content/readers-choice-awards-2010 [2] http://en.wikipedia.org/wiki/Pardus_%28operating_system%29 [3] http://www.pardus.org.tr/eng/about/
msg122376 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-11-25 16:10
The patch name has 2.7 in it, although "Versions" says 3.2. As this is a feature request, it can't be added to 2.7.
msg122381 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2010-11-25 16:39
Eric Smith wrote: > > Eric Smith <eric@trueblade.com> added the comment: > > The patch name has 2.7 in it, although "Versions" says 3.2. As this is a feature request, it can't be added to 2.7. I consider missing distros in the list of supported dists a bug, not a feature request.
msg129687 - (view) Author: Onur Küçük (zaburt) Date: 2011-02-28 09:41
Is this patch going to be applied ? platform.dist() is a function which detects and returns the distribution name and version, and it fails to detect Pardus distribution name and version. Since the attached patch fixes this, this should be considered as a bugfix.
msg129700 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-02-28 13:25
Marc-André already approved it; he must just have lacked time. We’re all volunteers with a lot of bugs on our radar, so thanks for the reminder. Marc-André: I can commit this if you want.
msg220927 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-06-18 10:03
Unfortunately, Pardus is dead now. So closing this as out of date.
History
Date User Action Args
2022-04-11 14:57:09 admin set github: 54733
2014-06-18 10:03:24 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: out of datestage: commit review -> resolved
2011-02-28 13:25:13 eric.araujo set nosy:lemburg, eric.smith, eric.araujo, zaburtmessages: +
2011-02-28 09:41:50 zaburt set nosy:lemburg, eric.smith, eric.araujo, zaburtmessages: +
2010-11-25 18:07:39 eric.araujo set versions: + Python 3.1
2010-11-25 16:40:37 lemburg set stage: commit reviewtype: enhancement -> behaviorversions: + Python 2.7
2010-11-25 16:39:50 lemburg set messages: +
2010-11-25 16:10:58 eric.smith set nosy: + eric.smithmessages: +
2010-11-25 13:46:10 zaburt set messages: +
2010-11-25 12:23:34 lemburg set messages: +
2010-11-25 11:58:39 eric.araujo set nosy: + lemburg, eric.araujotype: enhancementversions: + Python 3.2
2010-11-24 22:00:27 zaburt create