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.

classification
Title: Missed "const" modifiers in C API documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, serhiy.storchaka, vstinner
Priority: normal Keywords:

Created on 2017-03-27 11:30 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 846 merged serhiy.storchaka, 2017-03-27 11:32
Messages (2)
msg290588 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-27 11:30
Proposed patch adds missed "const" modifiers in C API documentation.
msg290827 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-30 07:01
New changeset 84b8e92e463bd6a5174bd3e5a6543580f6319c57 by Serhiy Storchaka in branch 'master':
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
https://github.com/python/cpython/commit/84b8e92e463bd6a5174bd3e5a6543580f6319c57
History
Date User Action Args
2022-04-11 14:58:44adminsetgithub: 74104
2017-03-30 07:01:39serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-03-30 07:01:05serhiy.storchakasetmessages: + msg290827
2017-03-27 12:10:13vstinnersetnosy: + vstinner
2017-03-27 11:32:10serhiy.storchakasetpull_requests: + pull_request744
2017-03-27 11:30:45serhiy.storchakacreate