From c9cc00606e3b6f1d179facda3cdc1dccde1c908e Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Sat, 30 Dec 2023 05:26:54 -0800 Subject: [PATCH] Update peps/pep-0467.rst Co-authored-by: Hugo van Kemenade --- peps/pep-0467.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0467.rst b/peps/pep-0467.rst index ec9bbbe90..033ce087a 100644 --- a/peps/pep-0467.rst +++ b/peps/pep-0467.rst @@ -16,7 +16,7 @@ Post-History: 30-Mar-2014, 15-Aug-2014, 16-Aug-2014, 07-Jun-2016, 01-Sep-2016, Abstract ======== -This PEP proposes four small adjustments to the APIs of the ``bytes`` and +This PEP proposes small adjustments to the APIs of the ``bytes`` and ``bytearray`` types to make it easier to operate entirely in the binary domain: * Add ``fromsize`` alternative constructor