[Python-Dev] Fwd: PEP 467: Minor API improvements for bytes & bytearray

Barry Warsaw barry at python.org
Mon Aug 18 16:17:23 CEST 2014


On Aug 17, 2014, at 09:48 PM, Donald Stufft wrote:

>from __future__ import bytesdoneright? :D

Synonymous to:

bytes = bytesdoneright

or maybe

from bytesdoneright import bytes

:)

-Barry


More information about the Python-Dev mailing list