Message257471
| Author | analca3 |
|---|---|
| Recipients | analca3 |
| Date | 2016-01-04.17:18:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1451927931.59.0.302771657902.issue26008@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi! I have a doubt, is this behaviour in Python2.7.11 usual, or is it a bug?
>>> import platform
>>> platform.linux_distribution()
('', '', '')
In Python3.5.1 I get
>>> import platform
>>> platform.linux_distribution()
('arch', 'Arch', 'Linux')
I work with Archlinux x86_64 with lsb-release installed. Thanks! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-04 17:18:51 | analca3 | set | recipients: + analca3 |
| 2016-01-04 17:18:51 | analca3 | set | messageid: <1451927931.59.0.302771657902.issue26008@psf.upfronthosting.co.za> |
| 2016-01-04 17:18:51 | analca3 | link | issue26008 messages |
| 2016-01-04 17:18:51 | analca3 | create | |