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 doko
Recipients christian.heimes, cstratak, doko, matrixise
Date 2016-10-18.12:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476794005.83.0.991906566367.issue28468@psf.upfronthosting.co.za>
In-reply-to
Content
-1

This is not available everywhere, not even on Linux distributions. Why would you implement something which only works on 50% of existing Linux distributions? Who would even use that? And for what would you use it?  You have a distro module available now from PyPi, you can use that one instead, and it gives 100% correct results for all currently known distros, and can be updated independent of Python releases.

If it's that a simple function, then please implement it for your own needs.  I think it's bad style too, to rely on specific distro and release information instead of checking release names and versions.  Such a style should not be encouraged in the standard lib from my point of view.
History
Date User Action Args
2016-10-18 12:33:25dokosetrecipients: + doko, christian.heimes, matrixise, cstratak
2016-10-18 12:33:25dokosetmessageid: <1476794005.83.0.991906566367.issue28468@psf.upfronthosting.co.za>
2016-10-18 12:33:25dokolinkissue28468 messages
2016-10-18 12:33:25dokocreate