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
keyring.backends.OS_X.Keyring
Describe the bug Issue #487: Removed keyring.backends.OS_X module. But https://github.com/jaraco/keyring/blob/main/README.rst#config-file-content still say to use keyring.backends.OS_X.Keyring to configure the backend. With the new annoying warning #635 trying to configure following docs will be hard.
To Reproduce Steps to reproduce the behavior: Documentation bug
Expected behavior The docs list the correct backend keyring.backends.macOS.Keyring
keyring.backends.macOS.Keyring
Environment
$ pip list | grep keyring ... $ keyring --list-backends ...
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
0987ce2
No branches or pull requests
Describe the bug
Issue #487: Removed keyring.backends.OS_X module. But https://github.com/jaraco/keyring/blob/main/README.rst#config-file-content still say to use keyring.backends.OS_X.Keyring to configure the backend. With the new annoying warning #635 trying to configure following docs will be hard.
To Reproduce
Steps to reproduce the behavior:
Documentation bug
Expected behavior
The docs list the correct backend
keyring.backends.macOS.Keyring
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: