-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Shows a user friendly message rather than simple pass #143485
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
Shows a user friendly message rather than simple pass #143485
Conversation
Shows user-friendly message guiding them on how to install Python 3 and offers OS-specific tips
rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this break Python 2 users (who don't have Python 3 installed on their system)? We intentionally keep supporting Python 2 past EOL because it doesn't cost us much maintenance-wise. The pass
is quite intentional here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely you are right, but mentioning the print mostly refers to user get right kind of version which will eventually help them task done..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The present changes hard errors and does not perform the existing fallback though.
Shows user-friendly message guiding them on how to install Python 3 and offers OS-specific tips