[issue5112] Incorrect documentation for PyErr_BadInternalCall

2009-01-30 Thread Michael Welsh Duggan

New submission from Michael Welsh Duggan :

Documentation says that this call is shorthand for
PyErr_SetString(PyExc_TypeError, message), but is instead shorthand for
PyErr_SetString(PyExc_SystemError, message).

--
assignee: georg.brandl
components: Documentation
messages: 80831
nosy: georg.brandl, md5i
severity: normal
status: open
title: Incorrect documentation for PyErr_BadInternalCall
versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0

___
Python tracker 
<http://bugs.python.org/issue5112>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15657] Error in Python 3 docs for PyMethodDef

2012-08-14 Thread Michael Welsh Duggan

Changes by Michael Welsh Duggan :


--
nosy: +md5i

___
Python tracker 
<http://bugs.python.org/issue15657>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com