Commit d8302624 authored by Martin Panter's avatar Martin Panter

Issue #24984: BTPROTO_SCO supports only bytes objects

parent 3d9a9d47
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment