[Python-checkins] cpython (3.4): Issue #24984: BTPROTO_SCO supports only bytes objects

martin.panter python-checkins at python.org
Fri Sep 11 04:36:36 CEST 2015


https://hg.python.org/cpython/rev/00db99149cdd
changeset:   97890:00db99149cdd
branch:      3.4
parent:      97871:c535bf72aa60
user:        Martin Panter <vadmium>
date:        Fri Sep 11 02:23:41 2015 +0000
summary:
  Issue #24984: BTPROTO_SCO supports only bytes objects

files:
  Doc/library/socket.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -121,7 +121,7 @@
        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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list