Message187661
I *think* what you are saying is that there will be no float16 type, but the result of struct.unpack('eorwhatever', packed_stuff)[0] will be the same as struct.unpack('f', packed_stuff)[0], yes? If so, that's what I wanted. I don't want a new float16; I want the output of unpacking a half-precision to be the same as unpacking the other two.
I didn't see a statement like that earlier in the thread, but I could have missed it. Or maybe this was covered in msg132976? |
|
Date |
User |
Action |
Args |
2013-04-23 17:41:25 | paulehoffman | set | recipients:
+ paulehoffman, mark.dickinson, belopolsky, pitrou, asvetlov, Eli.Stevens, mark.wiebe |
2013-04-23 17:41:25 | paulehoffman | set | messageid: <1366738885.29.0.396671311163.issue11734@psf.upfronthosting.co.za> |
2013-04-23 17:41:25 | paulehoffman | link | issue11734 messages |
2013-04-23 17:41:25 | paulehoffman | create | |
|