Message255044
Thank you Martin, the patch LGTM.
The difference between __int__() and __index__() is that float has the former, but not the latter. For better compatibility we have to use __int__() in maintained releases. But obviously __index__() is more appropriate semantically. float buffer length doesn't make sense. We have to change __int__ to __index__ in future releases. But this is separate issue. |
|
| Date |
User |
Action |
Args |
| 2015-11-21 07:00:18 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, twouters, nadeem.vawda, martin.panter, Matthew.Brett, Ben Cipollini |
| 2015-11-21 07:00:18 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2015-11-21 07:00:18 | serhiy.storchaka | link | issue25626 messages |
| 2015-11-21 07:00:17 | serhiy.storchaka | create | |
|