Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecates uname_attr and uname_info public methods #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HorlogeSkynet
Copy link
Member

(see #322 for context)

distro as well as LinuxDistribution uname_attr and uname_info public methods are based on _parse_uname_content function which purposely ignores release information part from uname -rs command output on Linux platforms. This makes it specially designed for distro internals, and shouldn't be publicly available as stable API.

We'll deprecate these methods in v1.11.0, in order to allow API removals in the future (e.g. distro v2).

distro as well as LinuxDistribution `uname_attr` and `uname_info` public
methods are based on `_parse_uname_content` function which purposely
ignores release information part from `uname -rs` command output on
Linux platforms. This makes it specially designed for distro internals,
and shouldn't be publicly available as stable API.

We'll deprecate these methods in v1.11.0, in order to allow API removals
in the future (e.g. distro v2).

> closes #322
@HorlogeSkynet
Copy link
Member Author

Up @python-distro/maintainers 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant