Python 3.8 | Eliminate deprecated functionality

Issue #43 resolved
blakeca00 repo owner created an issue
platform.linux_distribution()

will be eliminated in Python 3.8 and no longer supported.

Substitute module distro:

import distro

Instead to provide this functionality

Comments (2)

  1. Log in to comment