We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#11589 assumes all OSes have \n as the line seperator, that is incorrect for WIndows. Python already has os.linesep which should be used instead.
\n
os.linesep
I included the fix in #11029, which currently is part of the 23.0 milestone.
See #11399 (comment) for additional context.
os.linesep should be used so the password used by Pip won't end with \r on Windows.
\r
unreleased
all
Windows
Looking in indexes: WARNING: 401 Error, Credentials not correct for
The text was updated successfully, but these errors were encountered:
cc @judahrand
Sorry, something went wrong.
#11698 includes a fix and integration test.
Merge pull request #11759 from pradyunsg/fix-keyring-auth
efedf09
Closes #11658
Successfully merging a pull request may close this issue.
Description
#11589 assumes all OSes have
\n
as the line seperator, that is incorrect for WIndows. Python already hasos.linesep
which should be used instead.I included the fix in #11029, which currently is part of the 23.0 milestone.
See #11399 (comment) for additional context.
Expected behavior
os.linesep
should be used so the password used by Pip won't end with\r
on Windows.pip version
unreleased
Python version
all
OS
Windows
How to Reproduce
\r
from the passwordOutput
Looking in indexes:
WARNING: 401 Error, Credentials not correct for
Code of Conduct
The text was updated successfully, but these errors were encountered: