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.

classification
Title: use LSB version information to detect a platform
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: lemburg Nosy List: christian.heimes, doko, lemburg, loewis
Priority: normal Keywords: patch

Created on 2006-09-25 12:06 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
platform.diff doko, 2006-09-25 12:06 patch
Messages (5)
msg51172 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2006-09-25 12:06
reported at https://launchpad.net/bugs/54692

LSB conformant distributions should use lsb_version to
get the platform information.
msg51173 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-28 05:23
Logged In: YES 
user_id=21627

MAL, can you please review this? If not, unassign.
msg51174 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2006-09-28 07:24
Logged In: YES 
user_id=38388

Matthias, could you point me to a document defining the
contents of that file ?

Thanks.
msg51175 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2006-12-04 11:38
no, only the options for the lsb_release command are specified; the format of the file is unspecified.
msg58741 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-12-18 12:00
An user has written a parser for the LSB files in /etc/ for the GHOP
project. It will be merged soon.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44023
2007-12-18 12:00:15christian.heimessetstatus: open -> closed
nosy: + christian.heimes
resolution: out of date
messages: + msg58741
2006-09-25 12:06:45dokocreate