Skip to content

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

@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

4 participants