mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
whatsnew: attribute base64 memoryview change to Nick.
This commit is contained in:
parent
63f4dd5e8f
commit
80ebf6d171
1 changed files with 2 additions and 1 deletions
|
@ -558,7 +558,8 @@ base64
|
||||||
|
|
||||||
The encoding and decoding functions in :mod:`base64` now accept any
|
The encoding and decoding functions in :mod:`base64` now accept any
|
||||||
:term:`bytes-like object` in cases where it previously required a
|
: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
|
colorsys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue