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
The -t option for base64 python -m base64 -t is removed in the PR #94230
-t
python -m base64 -t
But some references still exist in the docstring and getopt short options. Because of this we can still run the following command without getting any error
python -m base64 -t /dev/null
The text was updated successfully, but these errors were encountered:
pythonGH-102456 Fix docstring and getopt options for base64
d851b13
No branches or pull requests
The
-t
option for base64python -m base64 -t
is removed in the PR #94230But some references still exist in the docstring and getopt short options. Because of this we can still run the following command
without getting any error
Linked PRs
The text was updated successfully, but these errors were encountered: