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 javawizard
Recipients javawizard
Date 2013-10-09.21:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381353298.1.0.0482171871073.issue19213@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on 3.3.2 and 2.6.6.

On Oracle Linux, platform.linux_distribution detects the current distribution as Red Hat Enterprise Linux:

>>> import platform
>>> platform.linux_distribution()
('Red Hat Enterprise Linux Server', '6.2', 'Santiago')

I would have expected something along the lines of:

>>> import platform
>>> platform.linux_distribution()
('Oracle Linux', '6.2', '')

Or perhaps ('Oracle Linux Server', '6.2', '').
History
Date User Action Args
2013-10-09 21:14:58javawizardsetrecipients: + javawizard
2013-10-09 21:14:58javawizardsetmessageid: <1381353298.1.0.0482171871073.issue19213@psf.upfronthosting.co.za>
2013-10-09 21:14:58javawizardlinkissue19213 messages
2013-10-09 21:14:58javawizardcreate