Skip to content

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

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_base64_aliases
Jan 16, 2020
Merged

bpo-39351: Remove base64.encodestring()#18022
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_base64_aliases

Conversation

@vstinner
Copy link
Copy Markdown
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
Copy Markdown
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