fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

Python 3.8 Eliminate deprecated functions #24

Closed fstab50 closed 4 years ago

fstab50 commented 4 years ago
platform.linux_distribution()

will be eliminated in Python 3.8 and no longer supported.

Substitute module distro:

import distro

Instead to provide this functionality

fstab50 commented 4 years ago

Fixed in v0.7.10, commit 8026904916b32843eb372cf07c6f7b19ca896054