diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-02-26 15:09:25 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-02-26 15:09:25 (GMT) |
commit | 80ebf6d17103e29ff861b429d8c7b51aac18b1f3 (patch) | |
tree | 0e4bd752ef6aa13affbdc46daf9583b3d317fc2f /Doc | |
parent | 63f4dd5e8f7a2790c0a8174e2a9610fee717c662 (diff) | |
download | cpython-80ebf6d17103e29ff861b429d8c7b51aac18b1f3.zip cpython-80ebf6d17103e29ff861b429d8c7b51aac18b1f3.tar.gz cpython-80ebf6d17103e29ff861b429d8c7b51aac18b1f3.tar.bz2 |
whatsnew: attribute base64 memoryview change to Nick.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 7340dba..c853ffd 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 |