Message 316852 - Python tracker (original) (raw)
Message316852
Author | eric.smith |
---|---|
Recipients | barry, eric.smith, gvanrossum, ned.deily |
Date | 2018-05-16.19:21:17 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1526498477.15.0.682650639539.issue33539@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Larry points out that one potential use case is a base class that defines some awesome __init__ that you want to use. Without init=False, there’s no good way to use it. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-05-16 19:21:17 | eric.smith | set | recipients: + eric.smith, gvanrossum, barry, ned.deily |
2018-05-16 19:21:17 | eric.smith | set | messageid: 1526498477.15.0.682650639539.issue33539@psf.upfronthosting.co.za |
2018-05-16 19:21:17 | eric.smith | link | issue33539 messages |
2018-05-16 19:21:17 | eric.smith | create |