Skip to content

Remove docstring and getopt short options for deleted option "python -m base64 -t" #102456

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

Closed
ppmfloss opened this issue Mar 6, 2023 · 0 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@ppmfloss
Copy link
Contributor

ppmfloss commented Mar 6, 2023

The -t option for base64 python -m base64 -t is removed in the PR #94230

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

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants