SIGN IN SIGN UP

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

Remove base64.encodestring() and base64.decodestring(), aliases
deprecated since Python 3.1: use base64.encodebytes() and
base64.decodebytes() instead.
V
Victor Stinner committed
210c19e3c5b86535a73487fa737752de8eb1d866
Parent: fad8b56
Committed by GitHub <noreply@github.com> on 1/16/2020, 9:24:16 AM