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 pitrou
Recipients giampaolo.rodola, loewis, pitrou, qyb
Date 2010-07-10.15:46:37
SpamBayes Score 2.1179323e-05
Marked as misclassified No
Message-id <1278776800.76.0.0986391325451.issue1522400@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a straight port of the patch to py3k, compiling under Linux and Windows. Several problems though:

1. the patch seems incomplete, in that manual decoding of return values is necessary (see posted example obex_test.py)

2. there seems to be no way to test it if you don't have an IRDA device (I don't have any)

3. the patch itself seems fragile: for example, it won't always put a terminating '\0' in sir_name; also, straight memcpy() of an int into a char[] buffer is wrong (endianness issues)
History
Date User Action Args
2010-07-10 15:46:40pitrousetrecipients: + pitrou, loewis, giampaolo.rodola, qyb
2010-07-10 15:46:40pitrousetmessageid: <1278776800.76.0.0986391325451.issue1522400@psf.upfronthosting.co.za>
2010-07-10 15:46:39pitroulinkissue1522400 messages
2010-07-10 15:46:39pitroucreate