Skip to content

Add symmetrical expressions to mutual incompatibilities #9945

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

Closed
wants to merge 1 commit into from

Conversation

charliermarsh
Copy link
Member

Summary

For example, sys_platform == 'linux' and platform_system != 'Linux' is impossible.

@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Dec 16, 2024
@charliermarsh
Copy link
Member Author

Ugh. I don't know if we can actually do this, because on Android, platform_system == 'Android' but sys_platform == 'linux'.

@charliermarsh
Copy link
Member Author

Actually, that might not be true. I'm not sure where I learned / heard that.

@charliermarsh
Copy link
Member Author

Made redundant by #9949.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants