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 serhiy.storchaka
Recipients larry, python-dev, rmsr, serhiy.storchaka, zach.ware
Date 2014-01-19.20:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390162411.54.0.311982287018.issue20294@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Larry, now I can use Argument Clinic in the __init__ methods. But there is one problem.

Docstring generated for the __init__ method contains the "__init__" name in the signature. Therefore it can't be used as class docstring. On other hand, the compiler complains of not used __init__ docstring.
History
Date User Action Args
2014-01-19 20:13:31serhiy.storchakasetrecipients: + serhiy.storchaka, larry, rmsr, python-dev, zach.ware
2014-01-19 20:13:31serhiy.storchakasetmessageid: <1390162411.54.0.311982287018.issue20294@psf.upfronthosting.co.za>
2014-01-19 20:13:31serhiy.storchakalinkissue20294 messages
2014-01-19 20:13:31serhiy.storchakacreate