Closed HorlogeSkynet closed 2 years ago
Are we able to revert https://github.com/python-distro/distro/pull/230 first to ensure we're restoring compatibility and then evaluate what to do next?
Are we able to revert #230 first to ensure we're restoring compatibility and then evaluate what to do next?
@sethmlarson it's pretty big and in for 2 years. I'm not sure I'd vote for that path. What's the idea?
Are we able to revert #230 first to ensure we're restoring compatibility and then evaluate what to do next?
I'm with @hartwork on this, #230 brings an important support and reverting it would change current distro behavior.
230 introduced proper support for os-release
VERSION_CODENAME
attribute but broke compatibility shim with (now defunct)platform.linux_distribution
as the third tuple member (codename) were not taken fromVERSION
os-release attribute anymore.Closes #238.