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 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:17eric.smithsetrecipients: + eric.smith, gvanrossum, barry, ned.deily
2018-05-16 19:21:17eric.smithsetmessageid: <1526498477.15.0.682650639539.issue33539@psf.upfronthosting.co.za>
2018-05-16 19:21:17eric.smithlinkissue33539 messages
2018-05-16 19:21:17eric.smithcreate