[Python-Dev] Bluetooth 4.0 support in "socket" module
"Martin v. Löwis"
martin at v.loewis.de
Wed Jul 30 20:03:35 CEST 2014
More information about the Python-Dev mailing list
Wed Jul 30 20:03:35 CEST 2014
- Previous message: [Python-Dev] Bluetooth 4.0 support in "socket" module
- Next message: [Python-Dev] Python Job Board
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 14.07.14 15:57, schrieb Tim Tisdall: > Also, is there a method to test changes against all the different *nix > variations? Is Bluez the standard across the different *nix variations? Perhaps not the answer you expected, but: Python uses autoconf for feature testing. You can be certain that the API *will* vary across system vendors. For example, FreeBSD apparently uses ng_hci(4): http://www.unix.com/man-page/freebsd/4/ng_hci/ If you add features, all you need to make sure that Python continues to compile when the platform feature is not present. People using the other systems are then free to contribute support for their platforms. Regards, Martin
- Previous message: [Python-Dev] Bluetooth 4.0 support in "socket" module
- Next message: [Python-Dev] Python Job Board
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list