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 draghuram
Recipients draghuram, gvanrossum, sapetnioc
Date 2007-10-25.14:31:59
SpamBayes Score 0.1574814
Marked as misclassified No
Message-id <1193322719.49.0.0590594606782.issue1322@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is safe to ignore lsb-release. In fact, there seems to be a
command "lsb_release" that gives information about distribution. On my
SuSE box, this is what I get:

marvin:~# lsb_release -i
Distributor ID: SUSE LINUX
marvin:~# lsb_release -d
Description:    SUSE LINUX 10.1 (i586)
marvin:~# lsb_release -r
Release:        10.1

sapetnioc, can you check if this command exists on your system and if
so, it's output? platform.dist() can check for this command's existence
and if present, can perhaps use it to glean distro information. Please
let me know if you want to write the patch. I will do it otherwise.
History
Date User Action Args
2007-10-25 14:31:59draghuramsetspambayes_score: 0.157481 -> 0.1574814
recipients: + draghuram, gvanrossum, sapetnioc
2007-10-25 14:31:59draghuramsetspambayes_score: 0.157481 -> 0.157481
messageid: <1193322719.49.0.0590594606782.issue1322@psf.upfronthosting.co.za>
2007-10-25 14:31:59draghuramlinkissue1322 messages
2007-10-25 14:31:59draghuramcreate