Home | History | Annotate | Download | only in whatsnew

Lines Matching full:bytearray

76 * ``bytes % args``, ``bytearray % args``: :ref:`PEP 461 <whatsnew-pep-461>` --
77 Adding ``%`` formatting to bytes and bytearray.
79 * New :meth:`bytes.hex`, :meth:`bytearray.hex` and :meth:`memoryview.hex`
359 PEP 461 - percent formatting support for bytes and bytearray
364 and :class:`bytearray`.
397 :pep:`461` -- Adding % formatting to bytes and bytearray