Bug 1031378 - python does not show correct linux distro with platform module
Summary: python does not show correct linux distro with platform module
Status: RESOLVED DUPLICATE of bug 997614
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jan Matejek
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-28 16:11 UTC by Thomas Bechtold
Modified: 2017-03-29 11:56 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bechtold 2017-03-28 16:11:49 UTC
$ python
Python 2.7.13 (default, Jan 03 2017, 17:41:54) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> print platform.linux_distribution()
('', '', '')



$ python3
Python 3.6.0 (default, Jan 16 2017, 13:50:53) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> print(platform.linux_distribution())
('', '', '')
Comment 1 Jan Matejek 2017-03-29 11:56:18 UTC
known problem

*** This bug has been marked as a duplicate of bug 997614 ***