cpython: 152568976062 (original) (raw)

Mercurial > cpython

changeset 97927:152568976062 3.4

Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants Patch from Tim Tisdall. [#25043]

Martin Panter
date Fri, 11 Sep 2015 23:14:57 +0000
parents 4488e321fe85
children 3f475417eadd 3d9cbbad8a04
files Doc/library/socket.rst
diffstat 1 files changed, 16 insertions(+), 0 deletions(-)[+] [-] Doc/library/socket.rst 16

line wrap: on

line diff

--- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -334,6 +334,22 @@ Constants This constant contains a boolean value which indicates if IPv6 is supported on this platform. +.. data:: BDADDR_ANY

+

+.. data:: HCI_FILTER

+

Functions ^^^^^^^^^