mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Issue #24984: BTPROTO_SCO supports only bytes objects
This commit is contained in:
parent
3d9a9d47a8
commit
d8302624c9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue