Opened 5 years ago

Closed 5 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 Changed 5 years ago by DjLegolas

  • Owner set to DjLegolas
  • Status changed from new to assigned

comment:2 Changed 5 years ago by Cas

Fixed: [2296906]

comment:3 Changed 5 years ago by DjLegolas

  • Resolution set to Fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.