summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-01-16-09-27-28.bpo-39351.a-FQdv.rst
blob: b89bec97bfa4fb90d70401937e8c7e9970918736 (plain)
1
2
3
Remove ``base64.encodestring()`` and ``base64.decodestring()``, aliases
deprecated since Python 3.1: use :func:`base64.encodebytes` and
:func:`base64.decodebytes` instead.