-
-
Notifications
You must be signed in to change notification settings - Fork 32k
base64 documentation is out-dated; altchars has to have the exact length of 2. #90717
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
Comments
According to the documentation of base64 (https://docs.python.org/3/library/base64.html),
but this explanation is out-dated. Actually this had been correct until the commit The current implementation requires the length of
and the corresponding assertion is:
|
…n base64 library (pythonGH-94187) (cherry picked from commit 05dfc53) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
…64 library (GH-94187) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: