]> granicus.if.org Git - python/commit
Patch #929192: Improvements to bluetooth support.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jun 2004 09:24:42 +0000 (09:24 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jun 2004 09:24:42 +0000 (09:24 +0000)
commit558d9bf5286b5c4f14c92e2e81532dd7fdd3a332
treeb36e4a9e3bdb0087422e116053fe5bb9c70df5ca
parenteac324b90bc76c5c8e305d567c40d53e3440593e
Patch #929192: Improvements to bluetooth support.
Added setbdaddr and makebdaddr.
Extended makesockaddr to understand Bluetooth addresses.
Changed getsockaddr to expect the Bluetooth addresses as a string,
not a six element tuple.
Reformatted some of the Bluetooth code to be more consistent with PEP 7.
Modules/socketmodule.c