-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-90717: Update the documentation for the altchars paremeter in base64 library #94187
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
…b64encode from the base64 library
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.
See @zooba 's comments.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Changes made in fbb9798 I have made the requested changes; please review again |
Thanks for making the requested changes! @iritkatriel: please review the changes made to this pull request. |
Great, thanks! |
Thanks @dignissimus for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @dignissimus for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @dignissimus and @zooba, I could not cleanly backport this to |
GH-99878 is a backport of this pull request to the 3.11 branch. |
…n base64 library (pythonGH-94187) (cherry picked from commit 05dfc53) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
GH-99879 is a backport of this pull request to the 3.10 branch. |
…64 library (GH-94187) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
Updates the documentation for the
base64
library to reflect changes in the behaviour ofbase64.b64encode
andbase64.b64decode
with respect to thealtchars
parameter, the values it can take on and the exceptions the function raises when thealtchars
parameter is passed an invalid value.Resolves #90717