This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients davin, mark.dickinson, rhettinger, selik, steven.daprano, tim.peters, xtreak
Date 2019-02-24.03:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550978257.49.0.158746146533.issue36018@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-24 03:17:37steven.dapranosetrecipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, davin, selik, xtreak
2019-02-24 03:17:37steven.dapranosetmessageid: <1550978257.49.0.158746146533.issue36018@roundup.psfhosted.org>
2019-02-24 03:17:37steven.dapranolinkissue36018 messages
2019-02-24 03:17:37steven.dapranocreate