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 Nathan Ringo
Recipients Nathan Ringo
Date 2015-06-06.20:04:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433621095.46.0.0189003442326.issue24399@psf.upfronthosting.co.za>
In-reply-to
Content
On Arch Linux, running `python2 -c "import platform; print platform.linux_distribution()"'

Before patch: ('', '', '')
After patch: ('arch', 'Arch', 'Linux')

This matches the Python 3 behavior:
`python3 -c "import platform; print(platform.linux_distribution())"'

('arch', 'Arch', 'Linux')
History
Date User Action Args
2015-06-06 20:04:55Nathan Ringosetrecipients: + Nathan Ringo
2015-06-06 20:04:55Nathan Ringosetmessageid: <1433621095.46.0.0189003442326.issue24399@psf.upfronthosting.co.za>
2015-06-06 20:04:55Nathan Ringolinkissue24399 messages
2015-06-06 20:04:55Nathan Ringocreate