mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Issue #17839: mention base64 change in What's New
This commit is contained in:
parent
8b097b4ed7
commit
d4fdbcc078
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue