[New-bugs-announce] [issue37441] Fix a param error in exceptions.rst

hai shi report at bugs.python.org
Fri Jun 28 13:00:06 EDT 2019


New submission from hai shi <shihai1991 at 126.com>:

Due to https://github.com/python/cpython/blob/master/Python/errors.c#L845-L846,
`PyObject* PyErr_SetImportErrorSubclass(PyObject *msg, PyObject *name, PyObject *path)` should be  `PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path)`

----------
assignee: docs at python
components: Documentation
messages: 346836
nosy: docs at python, shihai1991
priority: normal
severity: normal
status: open
title: Fix a param error in exceptions.rst
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37441>
_______________________________________


More information about the New-bugs-announce mailing list