Bug 1031378

Summary: python does not show correct linux distro with platform module
Product: [openSUSE] openSUSE Tumbleweed Reporter: Thomas Bechtold <tbechtold>
Component: BasesystemAssignee: Jan Matejek <jmatejek>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 ***