-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
GH-102456 Fix docstring and getopt options for base64 #102457
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
Conversation
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.
lgtm
Sorry, @ppmfloss and @corona10, I could not cleanly backport this to |
|
It seems gh-94230 missed 3.11 and got into 3.12a0. Thus, removing |
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