Skip to content
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

bpo-39351: Remove base64.encodestring() #18022

Merged
merged 1 commit into from
Jan 16, 2020
Merged

bpo-39351: Remove base64.encodestring() #18022

merged 1 commit into from
Jan 16, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 16, 2020

Remove base64.encodestring() and base64.decodestring(), aliases
deprecated since Python 3.1: use base64.encodebytes() and
base64.decodebytes() instead.

https://bugs.python.org/issue39351

Remove base64.encodestring() and base64.decodestring(), aliases
deprecated since Python 3.1: use base64.encodebytes() and
base64.decodebytes() instead.
@vstinner
Copy link
Member Author

cc @serhiy-storchaka

@vstinner vstinner merged commit 210c19e into python:master Jan 16, 2020
@vstinner vstinner deleted the remove_base64_aliases branch January 16, 2020 09:24
sthagen added a commit to sthagen/python-cpython that referenced this pull request Jan 16, 2020
bpo-39351: Remove base64.encodestring() (pythonGH-18022)
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
Remove base64.encodestring() and base64.decodestring(), aliases
deprecated since Python 3.1: use base64.encodebytes() and
base64.decodebytes() instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants