Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bluetooth RFCOMM Support for Windows #80771

Closed
topnotcher mannequin opened this issue Apr 10, 2019 · 3 comments
Closed

Add Bluetooth RFCOMM Support for Windows #80771

topnotcher mannequin opened this issue Apr 10, 2019 · 3 comments
Labels
3.9 only security fixes OS-windows topic-IO type-feature A feature request or enhancement

Comments

@topnotcher
Copy link
Mannequin

topnotcher mannequin commented Apr 10, 2019

BPO 36590
Nosy @pfmoore, @tjguk, @zware, @zooba, @topnotcher
PRs
  • bpo-36590: Add Bluetooth RFCOMM support for Windows. #12767
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-08-02.20:30:19.640>
    created_at = <Date 2019-04-10.20:21:11.193>
    labels = ['type-feature', 'expert-IO', 'OS-windows', '3.9']
    title = 'Add Bluetooth RFCOMM Support for Windows'
    updated_at = <Date 2019-08-02.20:30:19.639>
    user = 'https://github.com/topnotcher'

    bugs.python.org fields:

    activity = <Date 2019-08-02.20:30:19.639>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-08-02.20:30:19.640>
    closer = 'steve.dower'
    components = ['Windows', 'IO']
    creation = <Date 2019-04-10.20:21:11.193>
    creator = 'topnotcher'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36590
    keywords = ['patch']
    message_count = 3.0
    messages = ['339888', '348914', '348915']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'topnotcher']
    pr_nums = ['12767']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36590'
    versions = ['Python 3.9']

    @topnotcher
    Copy link
    Mannequin Author

    topnotcher mannequin commented Apr 10, 2019

    socketmodule supports Bluetooth RFCOMM sockets for Linux. Given that winsock supports this under windows, it is possible to add windows support as well.

    @topnotcher topnotcher mannequin added 3.8 only security fixes 3.9 only security fixes OS-windows topic-IO type-feature A feature request or enhancement labels Apr 10, 2019
    @zooba
    Copy link
    Member

    zooba commented Aug 2, 2019

    New changeset 8fbece1 by Steve Dower (Greg Bowser) in branch 'master':
    bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
    8fbece1

    @zooba
    Copy link
    Member

    zooba commented Aug 2, 2019

    Thanks for the patch!

    @zooba zooba removed the 3.8 only security fixes label Aug 2, 2019
    @zooba zooba closed this as completed Aug 2, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes OS-windows topic-IO type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant