Issue #24984: BTPROTO_SCO supports only bytes objects

This commit is contained in:
Martin Panter 2015-09-11 02:23:41 +00:00
parent 3d9a9d47a8
commit d8302624c9

View file

@ -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.