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 , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 6 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
PR