[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.8 ___ Python tracker

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: 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 --

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-04-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12695 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-04-10 Thread Greg Bowser
New submission from Greg Bowser : socketmodule supports Bluetooth RFCOMM sockets for Linux. Given that winsock supports this under windows, it is possible to add windows support as well. -- components: IO, Windows messages: 339888 nosy: Greg Bowser, paul.moore, steve.dower, tim.golden,