[issue29068] Fix example code for PyErr_Fetch
New submission from Chi Hsuan Yen: Remove an extra * The typo is there in 3.5~3.7 branches. 2.7 branch does not have this example. Nosy the two major commiters to Python/errors.c ---------- assignee: docs@python components: Documentation files: PyErr_Fetch-fix.patch keywords: patch messages: 283993 nosy: Chi Hsuan Yen, docs@python, martin.panter, serhiy.storchaka priority: normal severity: normal status: open title: Fix example code for PyErr_Fetch versions: Python 3.5, Python 3.6, Python 3.7 Added file: http://bugs.python.org/file46029/PyErr_Fetch-fix.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29068> _______________________________________
Serhiy Storchaka added the comment: LGTM. Thank you for your contribution Chi Hsuan Yen. ---------- assignee: docs@python -> serhiy.storchaka stage: -> commit review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29068> _______________________________________
Roundup Robot added the comment: New changeset 34e7b9879e60 by Serhiy Storchaka in branch '3.5': Issue #29068: Fixed a typo in PyErr_Fetch example. https://hg.python.org/cpython/rev/34e7b9879e60 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29068> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29068> _______________________________________
participants (3)
-
Chi Hsuan Yen -
Roundup Robot -
Serhiy Storchaka