From: Martin Panter Date: Fri, 11 Sep 2015 02:23:41 +0000 (+0000) Subject: Issue #24984: BTPROTO_SCO supports only bytes objects X-Git-Tag: v3.5.1rc1~387^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8302624c91060c94ad4bb942bea14ebb145b70a;p=thirdparty%2FPython%2Fcpython.git Issue #24984: BTPROTO_SCO supports only bytes objects --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index d78705c26b7b..f13fd7e2cbef 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -121,7 +121,7 @@ created. Socket addresses are represented as follows: NetBSD and DragonFlyBSD support added. - :const:`BTPROTO_SCO` accepts ``bdaddr`` where ``bdaddr`` is a - :term:`bytes-like object` containing the Bluetooth address in a + :class:`bytes` object containing the Bluetooth address in a string format. (ex. ``b'12:23:34:45:56:67'``) This protocol is not supported under FreeBSD.