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, methane, python-dev, serhiy.storchaka, vstinner
Date 2017-01-19.17:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484848242.44.0.65799031478.issue29311@psf.upfronthosting.co.za>
In-reply-to
Content
There was a context in old docstrings removed in new docstrings.

It is not always possible just to copy docstrings in Argument Clinic. Sometimes rewriting docstrings is the hardest part of converting to Argument Clinic.

I suggest either restore the context that defines D, or better totally rewrite docstrings, getting the wording from the documentation.
History
Date User Action Args
2017-01-19 17:50:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane, python-dev
2017-01-19 17:50:42serhiy.storchakasetmessageid: <1484848242.44.0.65799031478.issue29311@psf.upfronthosting.co.za>
2017-01-19 17:50:42serhiy.storchakalinkissue29311 messages
2017-01-19 17:50:42serhiy.storchakacreate