[issue29068] Fix example code for PyErr_Fetch

2016-12-25 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29068] Fix example code for PyErr_Fetch

2016-12-25 Thread Roundup Robot

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29068] Fix example code for PyErr_Fetch

2016-12-25 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

LGTM. Thank you for your contribution Chi Hsuan Yen.

--
assignee: docs@python -> serhiy.storchaka
stage:  -> commit review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29068] Fix example code for PyErr_Fetch

2016-12-25 Thread Chi Hsuan Yen

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com