Message109882
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) |
|
Date |
User |
Action |
Args |
2010-07-10 15:46:40 | pitrou | set | recipients:
+ pitrou, loewis, giampaolo.rodola, qyb |
2010-07-10 15:46:40 | pitrou | set | messageid: <1278776800.76.0.0986391325451.issue1522400@psf.upfronthosting.co.za> |
2010-07-10 15:46:39 | pitrou | link | issue1522400 messages |
2010-07-10 15:46:39 | pitrou | create | |
|