Opened 6 years ago

Closed 6 years ago

#3247 closed feature-request (Fixed)

Replace deprecated platform.linux_distribution() function

Reported by: DjLegolas Owned by: DjLegolas
Priority: minor Milestone: 2.0.0
Component: Core Version: develop
Keywords: Cc:

Description

As of python 3.5, the platform.linux_distribution() is marked as deprecated.

Therefor, a new way to get the linux distro is required...
And it seem as distro is the preferred package to use
(this package is listed at the example in the python's docs).

Change History (3)

comment:1 by DjLegolas, 6 years ago

Owner: set to DjLegolas
Status: newassigned

comment:2 by Calum, 6 years ago

Fixed: [2296906]

comment:3 by DjLegolas, 6 years ago

Resolution: Fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.