[issue29918] Missed "const" modifiers in C API documentation

2017-03-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue29918] Missed "const" modifiers in C API documentation

2017-03-30 Thread Serhiy Storchaka
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/84b8e92e463bd6a5174bd3e5a6543580f6319c57 -

[issue29918] Missed "const" modifiers in C API documentation

2017-03-27 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue29918] Missed "const" modifiers in C API documentation

2017-03-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +744 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29918] Missed "const" modifiers in C API documentation

2017-03-27 Thread Serhiy Storchaka
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: Mis