Skip to content

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

Merged
sthagen merged 1 commit into
sthagen:masterfrom
python:master
Jan 16, 2020
Merged

bpo-39351: Remove base64.encodestring() (GH-18022)#186
sthagen merged 1 commit into
sthagen:masterfrom
python:master

Conversation

@sthagen

@sthagen sthagen commented Jan 16, 2020

Copy link
Copy Markdown
Owner

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

Remove base64.encodestring() and base64.decodestring(), aliases
deprecated since Python 3.1: use base64.encodebytes() and
base64.decodebytes() instead.
@sthagen sthagen merged commit c758fac into sthagen:master Jan 16, 2020
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.

2 participants