Issue #17839: mention base64 change in What's New

This commit is contained in:
Nick Coghlan 2013-11-14 00:24:31 +10:00
parent 8b097b4ed7
commit d4fdbcc078

View file

@ -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
--------