From: R David Murray Date: Wed, 26 Feb 2014 15:09:25 +0000 (-0500) Subject: whatsnew: attribute base64 memoryview change to Nick. X-Git-Tag: v3.4.1rc1~233^2~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80ebf6d17103e29ff861b429d8c7b51aac18b1f3;p=thirdparty%2FPython%2Fcpython.git whatsnew: attribute base64 memoryview change to Nick. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 7340dba21ce8..c853ffd3a976 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -558,7 +558,8 @@ 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`). +:class:`bytes` or :class:`bytearray` instance. (Contributed by Nick Coghlan in +:issue:`17839`.) colorsys