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
bpo-41626: port shebang of tools from python2 to python3 #21948
Conversation
|
This is being discussed at the core sprint; it is not clear if these shebangs are actually wanted. |
|
I don't think we should make this change. Depending on shebang lines and shell PATHs to invoke the right instance of Python is too fragile. In general, we are moving away from things like that. Explicit is better! Short of removing the shebang lines altogether, I would support standardizing on |
|
Also |
|
I dug a little and wrote some findings on the ticket. |
Oh, I don't realize this user case~ |
|
The use of |
|
Please add these thoughts on the ticket! |
|
As the eric said in https://bugs.python.org/issue41626#msg379244. I will use some other seperated PRs to repalce this one. Thanks. |
https://bugs.python.org/issue41626