From d4fdbcc0784b715c0b82ecdf3e9cbbe535f46524 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Thu, 14 Nov 2013 00:24:31 +1000 Subject: Issue #17839: mention base64 change in What's New --- Doc/whatsnew/3.4.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a04aee8..197702a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -327,6 +327,14 @@ audioop Added support for 24-bit samples (:issue:`12866`). +base64 +------ + +The encoding and decoding functions in :mod:`base64` now accept any +:term:`bytes-like object` in cases where it previously required a +:class:`bytes` or :class:`bytearray` instance (:issue`17839`) + + colorsys -------- -- cgit v0.12