Message336422
Karthikeyan: thanks for the hint about Github.
Raymond: thanks for the diff. Some comments:
Why use object.__setattr__(self, 'mu', mu) instead of self.mu = mu in the __init__ method?
Should __pos__ return a copy rather than the instance itself?
The rest looks good to me, and I look forward to using it. |
|
| Date |
User |
Action |
Args |
| 2019-02-24 03:17:37 | steven.daprano | set | recipients:
+ steven.daprano, tim.peters, rhettinger, mark.dickinson, davin, selik, xtreak |
| 2019-02-24 03:17:37 | steven.daprano | set | messageid: <[email protected]> |
| 2019-02-24 03:17:37 | steven.daprano | link | issue36018 messages |
| 2019-02-24 03:17:37 | steven.daprano | create | |
|