Message74750
> Accidentally removed the following message from Victor Stinner
No problem.
> Is there any good reason to make this a property?
Since numbits() cost is O(n) with n: number of digits. I prefer a
method than a property because, IMHO, reading a property should be
O(1) (*read* an attribute is different than *compute* a value). |
|
| Date |
User |
Action |
Args |
| 2008-10-14 15:13:41 | vstinner | set | recipients:
+ vstinner, loewis, rhettinger, terry.reedy, mark.dickinson, fredrikj |
| 2008-10-14 15:13:41 | vstinner | set | messageid: <[email protected]> |
| 2008-10-14 15:13:40 | vstinner | link | issue3439 messages |
| 2008-10-14 15:13:40 | vstinner | create | |
|