[docs] [issue25043] document socket constants for Bluetooth

Tim Tisdall report at bugs.python.org
Wed Sep 9 17:00:39 CEST 2015


New submission from Tim Tisdall:

further to #24984, I noticed there are constants that aren't mentioned in the docs.  Also BDADDR_ALL is missing (which is defined in Bluez's bluetooth.h) so I added it.

Now, I'm not totally clear on supplying multi-version patches...  I know 3.5 is in "freeze" so I'm guessing adding the BDADDR_ALL constant is a no-no.  I guess I checkout out the different version branches, make the changes, and then create a patch labelled for which version it's for?  (I see the patch has the hash for which commit it's to be applied to, but not which branch)

The repo is down right now, so I'll include a patch once I can update my local copy...  :(

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 250314
nosy: Tim.Tisdall, docs at python
priority: normal
severity: normal
status: open
title: document socket constants for Bluetooth
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25043>
_______________________________________


More information about the docs mailing list