From: Pablo Galindo Date: Thu, 6 Jun 2019 23:38:41 +0000 (+0100) Subject: bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) X-Git-Tag: v3.9.0a1~1352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de76c07a8cd0216c3dce215e4d542e2f45aa022f;p=thirdparty%2FPython%2Fcpython.git bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index fcb0da74e158..35a17a180809 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2736,8 +2736,8 @@ arbitrary binary data. The prefix(es) to search for may be any :term:`bytes-like object`. -.. method:: bytes.translate(table, delete=b'') - bytearray.translate(table, delete=b'') +.. method:: bytes.translate(table, /, delete=b'') + bytearray.translate(table, /, delete=b'') Return a copy of the bytes or bytearray object where all bytes occurring in the optional argument *delete* are removed, and the remaining bytes have