[issue29918] Missed "const" modifiers in C API documentation
New submission from Serhiy Storchaka: Proposed patch adds missed "const" modifiers in C API documentation. ---------- assignee: docs@python components: Documentation messages: 290588 nosy: docs@python, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Missed "const" modifiers in C API documentation type: enhancement versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29918> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- pull_requests: +744 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29918> _______________________________________
Changes by STINNER Victor <victor.stinner@gmail.com>: ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29918> _______________________________________
Serhiy Storchaka added the comment: 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/84b8e92e463bd6a5174bd3e5a6543580f63... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29918> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29918> _______________________________________
participants (2)
-
Serhiy Storchaka -
STINNER Victor