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 docs@python, georg.brandl, serhiy.storchaka
Date 2016-12-27.19:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482865319.03.0.627052322458.issue29086@psf.upfronthosting.co.za>
In-reply-to
Content
From the documentation:

https://docs.python.org/3/c-api/stable.html

    In the C API documentation, API elements that are not part of the limited API are marked as "Not part of the limited API."

But they don't.

Following sample patch adds the notes to Unicode Objects and Codecs C API. I'm going to add them to all C API.

What are your though about formatting the note? Should it be before the description, after the description, but before the "deprecated" directive (as in the patch), or after the first paragraph of the description? Should it be on the separate line or be appended at the end of the previous paragraph, or starts the first paragraph (if before the description)? May be introduce a special directive for it?
History
Date User Action Args
2016-12-27 19:01:59serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, docs@python
2016-12-27 19:01:59serhiy.storchakasetmessageid: <1482865319.03.0.627052322458.issue29086@psf.upfronthosting.co.za>
2016-12-27 19:01:58serhiy.storchakalinkissue29086 messages
2016-12-27 19:01:58serhiy.storchakacreate