[issue22565] missing const in declaration of PyErr_WarnEx in C-API docs

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 554152c317b4 by Georg Brandl in branch '3.4': Closes #22565: fix argument types of PyErr_WarnEx. https://hg.python.org/cpython/rev/554152c317b4 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed __

[issue22565] missing const in declaration of PyErr_WarnEx in C-API docs

2014-10-06 Thread Lars Buitinck
New submission from Lars Buitinck: The declaration for PyErr_WarnEx in Doc/c-api/exceptions.rst is missing a const compared to Include/warnings.h. -- assignee: docs@python components: Documentation files: pyerr_warnex_const.patch keywords: patch messages: 228657 nosy: docs@python, larsm