From fbf00d6aa0e38efd4fee7e0724411eb548f3976a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Fri, 15 Jun 2018 16:42:20 -0300 Subject: [PATCH] bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (cherry picked from commit a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrés Delfino --- Doc/library/stdtypes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index d8a1647e8b587d..239fd5717af066 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -3360,7 +3360,10 @@ Notes: The bytearray version of this method does *not* operate in place - it always produces a new object, even if no changes were made. -.. seealso:: :pep:`461`. +.. seealso:: + + :pep:`461` - Adding % formatting to bytes and bytearray + .. versionadded:: 3.5 .. _typememoryview: