This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients benjamin.peterson, bgomes, christian.heimes, doko, draghuram, eric.araujo, georg.brandl, lemburg, pavel.vinogradov, pola, sapetnioc, vstinner, zooko
Date 2014-01-06.10:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52CA8458.2010807@egenix.com>
In-reply-to <1388998628.97.0.95216818832.issue1322@psf.upfronthosting.co.za>
Content
Another example on openSUSE 12.3:

# lsb-release -a
LSB Version:    n/a
Distributor ID: openSUSE project
Description:    openSUSE 12.3 (x86_64)
Release:        12.3
Codename:       Dartmouth

This would result in ('openSUSE project', '11.4', 'x86_64'). I don't think
such distribution name changes are useful in practice. The existing
linux_distribution() code always returns 'SuSE' for these (and likewise
for other distributions).
History
Date User Action Args
2014-01-06 10:24:27lemburgsetrecipients: + lemburg, georg.brandl, doko, zooko, vstinner, draghuram, christian.heimes, sapetnioc, benjamin.peterson, pavel.vinogradov, bgomes, eric.araujo, pola
2014-01-06 10:24:27lemburglinkissue1322 messages
2014-01-06 10:24:27lemburgcreate