[issue11678] Add support for Arch Linux to platform.linux_distributions()

2012-10-04 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Éric Araujo wrote: > > Éric Araujo added the comment: > > Feature freeze just came by; sorry we missed this. > > Given our recent-ish discussion about additions to mimetypes (and the > consensus (IIRC) that matching the IANA database can be considered a

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2012-06-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97a098aa4205 by Georg Brandl in branch 'default': Closes #11678: support Arch linux in the platform module. http://hg.python.org/cpython/rev/97a098aa4205 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected s

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: Feature freeze just came by; sorry we missed this. Given our recent-ish discussion about additions to mimetypes (and the consensus (IIRC) that matching the IANA database can be considered a bug fix), I wonder if detecting more OSes in platform should be consider

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-09-04 Thread Westley Martínez
Westley Martínez added the comment: Is there anything preventing the patch from being committed? -- ___ Python tracker ___ ___ Python

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-04-04 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Westley Martínez wrote: > > Westley Martínez added the comment: > > Perhaps I wasn't clear. That release version isn't for the system. It's for > the installation disc. There's no way to get that info and it means nothing > to anyone anyways. All users

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-04-02 Thread Georg Brandl
Georg Brandl added the comment: And we all laughed :) -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: If today's multi-site message is not a joke, Arch, Debian, Gentoo, Grml, and openSUSE are about to be joined into the Canterbury distribution. -- nosy: +terry.reedy stage: -> patch review ___ Python tracker

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-31 Thread Westley Martínez
Westley Martínez added the comment: Perhaps I wasn't clear. That release version isn't for the system. It's for the installation disc. There's no way to get that info and it means nothing to anyone anyways. All users of Arch are expected to have their system fully up to date. There are no rel

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-29 Thread Westley Martínez
Westley Martínez added the comment: That's the release version for the installation disc. -- ___ Python tracker ___ ___ Python-bugs-l

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-29 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Westley Martínez wrote: > > Westley Martínez added the comment: > > ('arch', '', '') I've had a look at http://www.archlinux.org/download/ which does list a release version (currently 2010.05). Could you try to get that into the function's output for Ar

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-28 Thread Westley Martínez
Westley Martínez added the comment: ('arch', '', '') -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-28 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Westley Martínez wrote: > > Westley Martínez added the comment: > > I forgot to say, Arch Linux is rolling release so it doesn't have a version > or id. Ok, but then what's the output of the function on Arch Linux (with the patch) ? -- title: A

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-26 Thread Westley Martínez
Westley Martínez added the comment: I forgot to say, Arch Linux is rolling release so it doesn't have a version or id. -- ___ Python tracker ___ ___

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-26 Thread Westley Martínez
Westley Martínez added the comment: Patch. -- keywords: +patch Added file: http://bugs.python.org/file21410/cpython-11678.diff ___ Python tracker ___ ___

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-26 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Please provide a patch for review. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-25 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-25 Thread Westley Martínez
New submission from Westley Martínez : This comes from Issue 11340 . Adding support for Arch Linux to platform.linux_distributions() will allow a distutils test to be skipped for Arch. The Arch Linux website: http://www.archlinux.org/ -- components