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.

Author maker
Recipients maker, neologix, pitrou, vstinner
Date 2014-05-03.17:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399137336.79.0.198058720033.issue18564@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, <bluetooth/bluetooth.h> implements a function for parsing bluetooth addresses, but it's completely broken.
<https://git.kernel.org/cgit/bluetooth/bluez.git/tree/lib/bluetooth.c#n83> 
It would be much much more elegant to use str2ba() in our source code though.

I am thinking about patching it there and then open another ticket here in order to adopt str2ba(). This way we can close this ticket for now.
Does this sound reasonable to you, Antoine?
History
Date User Action Args
2014-05-03 17:15:36makersetrecipients: + maker, pitrou, vstinner, neologix
2014-05-03 17:15:36makersetmessageid: <1399137336.79.0.198058720033.issue18564@psf.upfronthosting.co.za>
2014-05-03 17:15:36makerlinkissue18564 messages
2014-05-03 17:15:36makercreate