This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add Bluetooth RFCOMM Support for Windows
Type: enhancement Stage: resolved
Components: IO, Windows Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, steve.dower, tim.golden, topnotcher, zach.ware
Priority: normal Keywords: patch

Created on 2019-04-10 20:21 by topnotcher, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12767 merged python-dev, 2019-04-10 20:53
Messages (3)
msg339888 - (view) Author: Greg Bowser (topnotcher) * Date: 2019-04-10 20:21
socketmodule supports Bluetooth RFCOMM sockets for Linux. Given that winsock supports this under windows, it is possible to add windows support as well.
msg348914 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-08-02 20:30
New changeset 8fbece135d7615e836a845ca39223097046c8b8b by Steve Dower (Greg Bowser) in branch 'master':
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
https://github.com/python/cpython/commit/8fbece135d7615e836a845ca39223097046c8b8b
msg348915 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-08-02 20:30
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:59:13adminsetgithub: 80771
2019-08-02 20:30:19steve.dowersetstatus: open -> closed
versions: - Python 3.8
messages: + msg348915

resolution: fixed
stage: patch review -> resolved
2019-08-02 20:30:01steve.dowersetmessages: + msg348914
2019-04-10 20:53:35python-devsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12695
2019-04-10 20:21:11topnotchercreate