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 Tim.Tisdall
Recipients Tim.Tisdall, docs@python, martin.panter
Date 2015-09-03.14:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441290350.26.0.26316988011.issue24984@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, the odd thing with the SCO protocol is it's expecting an bluetooth address as a byte string (ex b'12:23:34:45:56:67' [note the `b`]) where the other 3 are expecting a regular string (ex '12:23:34:45:56:67').  I think it may have been a case of someone doing a blanket search-and-replace and missing the consequences there, but I'm really not sure.  However, this is somewhat besides the point as right now I'm trying to focus on just documenting the actual behaviour.  ;)

The issue is, what versions have the changes from 23ab586c427a in it, and what versions come before that where it's probably expecting a regular string.  Unfortunately I can't access the web interface for the repo at the moment so I can't even try to figure that out at right now.  (Though, I haven't confirmed that the old method was looking at regular strings or not...)
History
Date User Action Args
2015-09-03 14:25:50Tim.Tisdallsetrecipients: + Tim.Tisdall, docs@python, martin.panter
2015-09-03 14:25:50Tim.Tisdallsetmessageid: <1441290350.26.0.26316988011.issue24984@psf.upfronthosting.co.za>
2015-09-03 14:25:50Tim.Tisdalllinkissue24984 messages
2015-09-03 14:25:49Tim.Tisdallcreate