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 sapetnioc
Recipients christian.heimes, draghuram, sapetnioc
Date 2007-10-26.11:39:37
SpamBayes Score 0.29806608
Marked as misclassified No
Message-id <1193398778.75.0.0834754771338.issue1322@psf.upfronthosting.co.za>
In-reply-to
Content
I am writing a patch but I have a few questions:

1) There are at most three places where the distribution name can be
found. What is the priority order to select only one name ?
The three places are:
  a) Inside the /etc/lsb-release file
  b) In the name of the /etc/<distrib>-release file
  c) In the content of the /etc/<distrib>-release file
For instance, on Mandriva 2007.1 the possible names are:
  a) 'MandrivaLinux'
  b) 'mandriva'
  c) 'Mandriva Linux'
I would suggest to put a) first to be compatible with LSB
but on most systems it would change the value returned by
platform.dist after the patch (is it a problem ?).
I would have liked to use c) as second choice but this space
in the name set by Mandriva could be a problem (It's possible
to suppress spaces in the result though).

2) Can I remove supported_dists parameter of platform.dist ?
There could be a list of supported distributions but why
as a parameter of this function ?
History
Date User Action Args
2007-10-26 11:39:39sapetniocsetspambayes_score: 0.298066 -> 0.29806608
recipients: + sapetnioc, draghuram, christian.heimes
2007-10-26 11:39:38sapetniocsetspambayes_score: 0.298066 -> 0.298066
messageid: <1193398778.75.0.0834754771338.issue1322@psf.upfronthosting.co.za>
2007-10-26 11:39:38sapetnioclinkissue1322 messages
2007-10-26 11:39:37sapetnioccreate